Merge pull request #1047 from runcom/fix-e2e-v1

[release-1.0] Fix e2e v1
This commit is contained in:
Mrunal Patel 2017-10-20 10:24:45 -07:00 committed by GitHub
commit a2ab0a5eb0

View file

@ -42,7 +42,7 @@
e2e_shell_cmd: >
/usr/bin/go run hack/e2e.go
--test
-test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
--test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
--ginkgo.focus=\[Conformance\]
--report-dir={{ artifacts }}"
&> {{ artifacts }}/e2e.log