-
-
Save anfernee/c3b6d0c3f8603faa019387a07bee11de to your computer and use it in GitHub Desktop.
minikube-e2e
This file contains hidden or 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
| # out/e2e-linux-amd64 '-minikube-start-args=--vm-driver=vmware --kubernetes-version=file:///home/anfernee/go/src/k8s.io/minikube/out/localkube' '-minikube-args=--v=10 --logtostderr --bootstrapper=localkube' -test.v -test.timeout=5m -binary=out/minikube-linux-amd64 | |
| # windows | |
| out/e2e-windows-amd64.exe -minikube-start-args="--vm-driver=virtualbox --kubernetes-version=https://storage.googleapis.com/minikube-builds/$env:MINIKUBE_LOCATION/localkube" -minikube-args="--v=10 --logtostderr" -binary=out/minikube-windows-amd64.exe -test.v -test.timeout=30m | |
| out/e2e-linux-amd64 '-minikube-start-args=--vm-driver=virtualbox --kubernetes-version=v1.8.0' '-minikube-args=--v=10 --logtostderr --bootstrapper=localkube' -test.v -test.timeout=30m -binary=out/minikube-linux-amd64 | |
| === RUN TestDocker | |
| Environment=DOCKER_RAMDISK=yes FOO=BAR BAZ=BAT | |
| ExecStart={ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=virtualbox --insecure-registry 10.0.0.0/24 --debug --icc=true ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 } | |
| --- PASS: TestDocker (58.32s) | |
| === RUN TestFunctional | |
| === RUN TestFunctional/Status | |
| === RUN TestFunctional/DNS | |
| === RUN TestFunctional/Logs | |
| === RUN TestFunctional/Addons | |
| === RUN TestFunctional/Dashboard | |
| === RUN TestFunctional/ServicesList | |
| === RUN TestFunctional/Provisioning | |
| === RUN TestFunctional/EnvVars | |
| === RUN TestFunctional/SSH | |
| --- PASS: TestFunctional (16.36s) | |
| --- PASS: TestFunctional/Status (15.52s) | |
| cluster_status_test.go:35: Checking if cluster is healthy. | |
| cluster_status_test.go:45: Component: , Healthy: True. | |
| cluster_status_test.go:45: Component: , Healthy: True. | |
| cluster_status_test.go:45: Component: , Healthy: True. | |
| --- PASS: TestFunctional/Addons (0.16s) | |
| --- PASS: TestFunctional/SSH (0.36s) | |
| --- PASS: TestFunctional/ServicesList (0.52s) | |
| --- PASS: TestFunctional/EnvVars (0.56s) | |
| --- PASS: TestFunctional/Provisioning (0.70s) | |
| --- PASS: TestFunctional/Logs (1.37s) | |
| --- PASS: TestFunctional/Dashboard (6.51s) | |
| --- PASS: TestFunctional/DNS (6.57s) | |
| === RUN TestPersistence | |
| --- PASS: TestPersistence (67.53s) | |
| === RUN TestStartStop | |
| --- PASS: TestStartStop (108.62s) | |
| PASS | |
This file contains hidden or 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
| /Users/anfernee/Code/gopath1.6/bin/go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/... | |
| GOOS=darwin go build -tags "container_image_ostree_stub containers_image_openpgp" -ldflags="-X k8s.io/minikube/pkg/version.version=v0.23.0 -X k8s.io/minikube/pkg/version.isoVersion=v0.23.5 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/vendor/k8s.io/kubernetes/pkg/version.gitCommit=0b9efaeb34a2fc51ff8e4d34ad9bc6375459c4a4 -X k8s.io/minikube/vendor/k8s.io/kubernetes/pkg/version.gitVersion=v1.8.0 -X k8s.io/minikube/vendor/k8s.io/kubernetes/pkg/version.gitTreeState=dirty -X k8s.io/minikube/vendor/k8s.io/kubernetes/pkg/version.buildDate=2017-11-21T13:56:18Z -X k8s.io/minikube/vendor/k8s.io/client-go/pkg/version.gitCommit=0b9efaeb34a2fc51ff8e4d34ad9bc6375459c4a4 -X k8s.io/minikube/vendor/k8s.io/client-go/pkg/version.gitVersion=v1.8.0 -X k8s.io/minikube/vendor/k8s.io/client-go/pkg/version.gitTreeState=dirty -X k8s.io/minikube/vendor/k8s.io/client-go/pkg/version.buildDate=2017-11-21T13:56:18Z " -a -o out/minikube-darwin-amd64 k8s.io/minikube/cmd/minikube | |
| # build test | |
| go test -c k8s.io/minikube/test/integration --tags="integration container_image_ostree_stub containers_image_openpgp" -o out/e2e-darwin-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment