Created
August 15, 2016 22:14
-
-
Save aaron-prindle/7b721b1a6a956a9d744d942eab086146 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go test -v k8s.io/minikube/test/integration --tags=integration | |
=== RUN TestAddons | |
--- PASS: TestAddons (101.41s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (28.63s) | |
=== RUN TestClusterDNS | |
--- PASS: TestClusterDNS (6.75s) | |
=== RUN TestClusterEnv | |
--- PASS: TestClusterEnv (1.66s) | |
=== RUN TestClusterLogs | |
--- PASS: TestClusterLogs (1.26s) | |
=== RUN TestClusterSSH | |
--- PASS: TestClusterSSH (1.33s) | |
=== RUN TestClusterStatus | |
Component: scheduler, Healthy: True. | |
Component: controller-manager, Healthy: True. | |
Component: etcd-0, Healthy: True. | |
--- PASS: TestClusterStatus (1.28s) | |
=== RUN TestDockerEnv | |
EXTRA_ARGS=' | |
--label provider=virtualbox | |
' | |
CACERT=/var/lib/boot2docker/ca.pem | |
DOCKER_HOST='-H tcp://0.0.0.0:2376' | |
DOCKER_STORAGE=aufs | |
DOCKER_TLS=auto | |
SERVERKEY=/var/lib/boot2docker/server-key.pem | |
SERVERCERT=/var/lib/boot2docker/server.pem | |
export "FOO=BAR" | |
export "BAZ=BAT" | |
--- PASS: TestDockerEnv (85.15s) | |
=== RUN TestPersistence | |
--- PASS: TestPersistence (96.09s) | |
=== RUN TestStartStop | |
--- PASS: TestStartStop (136.09s) | |
PASS | |
ok k8s.io/minikube/test/integration 459.787s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment