contrib: test: fix failing networking tests in RHEL
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
8fa574325e
commit
4369537d32
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue