Hi, I'm running the kubernetes end to end tests against my kubernetes cluster running on coreos in OpenStack cloud. During the teardown step, I see below logs which causes the test to fail/not work as expected.
2016/11/17 17:51:44 e2e.go:722: Running: teardown Skeleton Provider: prepare-e2e not implemented Skeleton Provider: test-teardown not implemented 2016/11/17 17:51:44 e2e.go:724: Step 'teardown' finished in 6.137128ms 2016/11/17 17:51:44 e2e.go:722: Running: up Skeleton Provider: prepare-e2e not implemented Skeleton Provider: test-setup not implemented 2016/11/17 17:51:44 e2e.go:724: Step 'up' finished in 4.962966ms I've set these environment variables: export KUBECONFIG=<path_to_k8s_config> export KUBECTL_PATH=/usr/bin/kubectl export KUBERNETES_PROVIDER=skeleton export KUBERNETES_CONFORMANCE_TEST=y How do I implement prepare-e2e and test-teardown? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
