From 0ee10b5bca75af2eb92e2e9fed59beb4953ad907 Mon Sep 17 00:00:00 2001 From: hui luo Date: Wed, 15 Aug 2018 18:58:21 -0700 Subject: [PATCH] improve conformance test document before run conformance test, user need to aware to build e2e test binaries and kubectl, ginkgo --- contributors/devel/conformance-tests.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contributors/devel/conformance-tests.md b/contributors/devel/conformance-tests.md index b1a0d3614..ee7561d1c 100644 --- a/contributors/devel/conformance-tests.md +++ b/contributors/devel/conformance-tests.md @@ -62,6 +62,9 @@ Conformance tests can be run against clusters that have not been created with credentials. ```sh +# build test binaries, ginkgo, and kubectl first: +make WHAT=test/e2e/e2e.test && make WHAT=ginkgo && make WHAT=cmd/kubectl + # setup for conformance tests export KUBECONFIG=/path/to/kubeconfig export KUBERNETES_CONFORMANCE_TEST=y