diff --git a/tests/testcases/030_check-network.yml b/tests/testcases/030_check-network.yml index c193db6de..499064d7f 100644 --- a/tests/testcases/030_check-network.yml +++ b/tests/testcases/030_check-network.yml @@ -1,8 +1,8 @@ --- - hosts: kube_control_plane[0] vars: - test_image_repo: registry.k8s.io/busybox - test_image_tag: latest + test_image_repo: registry.k8s.io/e2e-test-images/agnhost + test_image_tag: "2.40" tasks: - name: Force binaries directory for Flatcar Container Linux by Kinvolk @@ -53,12 +53,33 @@ retries: 5 delay: 5 - - name: Run 2 busybox pods in test ns - command: "{{ bin_dir }}/kubectl run {{ item }} --image={{ test_image_repo }}:{{ test_image_tag }} --namespace test --command -- tail -f /dev/null" + - name: Run 2 agnhost pods in test ns + shell: + cmd: | + cat <