Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'make integration' not working properly #140

Closed
aaron-prindle opened this issue May 31, 2016 · 0 comments
Closed

'make integration' not working properly #140

aaron-prindle opened this issue May 31, 2016 · 0 comments
Milestone

Comments

@aaron-prindle
Copy link
Contributor

aaron-prindle commented May 31, 2016

In attempting to run the integration tests via:
'make integration'
I encountered the following issue:

$~/go/src/k8s.io/minikube$ make integration
go test -v ./test/integration --tags=integration
# _/home/user/go/src/k8s.io/minikube/test/integration
test/integration/cluster_status_test.go:25:2: cannot find package "k8s.io/kubernetes/pkg/api" in any of:
        /usr/local/go/src/k8s.io/kubernetes/pkg/api (from $GOROOT)
        /home/user/go/src/k8s.io/minikube/_gopath/src/k8s.io/kubernetes/pkg/api (from $GOPATH)
FAIL    _/home/user/go/src/k8s.io/minikube/test/integration [setup failed]
make: *** [integration] Error 1

I was able to run the tests running with:
go test -v ./test/integration --tags=integration

I just wanted to post this as an issue as 'make integration' is currently in our README docs and it doesn't seem to be working for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants