minikube/test/integration
Matt Rickard 6c73183cea Add target for none driver integration
Theres currently no good way to run the integration tests for the none
driver locally.  Now that we've added the e2e target, we can depend on
that.  Running the e2e test binary locally requires the testdata folder
to be in a different path, since it is relative to where the code is
being ran.  I added a testdata-dir flag to the integration tests so we
can set it appropriately for when we want to run the e2e binary by
itself.

I also made the e2e test binary a PHONY target, so we rebuild it each
time.  I had trouble collecting the dependencies on the integration
test packages
2017-08-28 11:56:30 -07:00
..
testdata Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
util Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
addons_test.go Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
cluster_dns_test.go Add target for none driver integration 2017-08-28 11:56:30 -07:00
cluster_env_test.go Refactor of retries in integration tests. 2017-08-23 10:19:11 -07:00
cluster_logs_test.go Working on adding localkube to minikube-iso. Have added check for which iso is running to support both isos. Added localkube restarting. 2016-12-13 11:15:57 -08:00
cluster_ssh_test.go Additional none driver changes 2017-05-26 13:33:26 -07:00
cluster_status_test.go Refactor of retries in integration tests. 2017-08-23 10:19:11 -07:00
docker_test.go Additional none driver changes 2017-05-26 13:33:26 -07:00
flags.go Add target for none driver integration 2017-08-28 11:56:30 -07:00
functional_test.go Refactor of retries in integration tests. 2017-08-23 10:19:11 -07:00
iso_test.go Add a test that the right directories are persisted. 2017-02-16 09:41:25 -08:00
mount_test.go Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
persistence_test.go Use kubernetes client in integration tests 2017-08-23 13:09:30 -07:00
pv_test.go Add target for none driver integration 2017-08-28 11:56:30 -07:00
start_stop_delete_test.go Refactor of retries in integration tests. 2017-08-23 10:19:11 -07:00
versioned_functional_test.go change build rule to be logical AND instead of OR 2017-06-13 10:28:19 -07:00