contrib: test: fix e2e cmdline
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
12ce3ba3ed
commit
d91877dbb2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
e2e_shell_cmd: >
|
e2e_shell_cmd: >
|
||||||
/usr/bin/go run hack/e2e.go
|
/usr/bin/go run hack/e2e.go
|
||||||
--test
|
--test
|
||||||
-test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
|
--test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
|
||||||
--ginkgo.focus=\[Conformance\]
|
--ginkgo.focus=\[Conformance\]
|
||||||
--report-dir={{ artifacts }}"
|
--report-dir={{ artifacts }}"
|
||||||
&> {{ artifacts }}/e2e.log
|
&> {{ artifacts }}/e2e.log
|
||||||
|
|
Loading…
Reference in a new issue