Merge pull request #1041 from runcom/fix-e2e

contrib: test: fix e2e cmdline
This commit is contained in:
Mrunal Patel 2017-10-19 10:05:20 -07:00 committed by GitHub
commit 3be3936d7d

View file

@ -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