Merge pull request #559 from runcom/fix-net-tests-node-e2e-rhel

contrib: test: fix failing networking tests in RHEL
This commit is contained in:
Mrunal Patel 2017-06-04 15:31:00 -07:00 committed by GitHub
commit 7f2a769f96

View file

@ -350,6 +350,10 @@
insertafter: 'EOF'
regexp: '127\.0\.0\.1\s+{{ hostname.stdout }}'
state: present
- name: Flush the iptables
command: iptables -F
async: 600
poll: 10
- name: run k8s tests
shell: |
make test-e2e-node PARALLELISM=1 RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=/var/run/crio.sock IMAGE_SERVICE_ENDPOINT=/var/run/crio.sock TEST_ARGS="--prepull-images=true" FOCUS="\[Conformance\]" 2>&1 > node-e2e.log