瀏覽代碼

Merge a722ede952 into 7d221cdfa1

pull/8/merge
Martin Polreich 7 年之前
父節點
當前提交
e71bde9875
共有 2 個文件被更改,包括 5 次插入9 次删除
  1. +4
    -0
      .travis.yml
  2. +1
    -9
      tests/pillar/iptables_server.sls

+ 4
- 0
.travis.yml 查看文件

script: script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration


if [[ TRAVIS_BRANCH = master ]]; then

notifications: notifications:
on: on:
branch: master branch: master
on_start: never # options: [always|never|change] default: always on_start: never # options: [always|never|change] default: always
on_cancel: never # options: [always|never|change] default: always on_cancel: never # options: [always|never|change] default: always
on_error: always # options: [always|never|change] default: always on_error: always # options: [always|never|change] default: always
; fi

+ 1
- 9
tests/pillar/iptables_server.sls 查看文件

service: service:
enabled: true enabled: true
chain: chain:
INPUT:
rule:
test:
position: 1
table: filter
protocol: tcp
destination_port: 8088
source_network: 127.0.0.1
jump: ACCEPT




Loading…
取消
儲存