minikube/test/integration
priyawadhwa 1514511b7a Change restart policy on gvisor pod (#3445)
* Change restart policy on gvisor pod

Change the restart policy on the gvisor pod to Always. This way, if a
user runs

minikube addons enable gvisor
minikube stop
minikube start

when the addon manager tries to restart the gvisor pod, it will be
restarted and gvisor will start running automatically. This PR also adds an
integration test for this functionality.

* Test stop and start

* Revert test to delete

Revert test to delete for now, for some reason "stop" and then "start"
is failing both locally and in Jenkins for VirtualBox with a "panic test
timed out after 30 min" error
2018-12-11 18:39:57 -08:00
..
testdata Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
util Change restart policy on gvisor pod (#3445) 2018-12-11 18:39:57 -08:00
addons_test.go Change restart policy on gvisor pod (#3445) 2018-12-11 18:39:57 -08:00
cluster_dns_test.go Remove check for obsolete kube-dns label & validate kubernetes.default rather than localhost 2018-12-04 12:46:59 -08:00
cluster_env_test.go Merge pull request #3187 from tstromberg/consistent_err_formatting 2018-10-19 16:44:46 -07:00
cluster_logs_test.go Add NewMinikubeRunner, separate start args 2017-09-08 20:14:21 -07:00
cluster_ssh_test.go Add NewMinikubeRunner, separate start args 2017-09-08 20:14:21 -07:00
cluster_status_test.go Fix merge breakage. 2018-10-19 14:16:03 -07:00
docker_test.go Restrict TestDocker commands to 10 minutes of total runtime. (#3350) 2018-11-27 08:24:28 -08:00
flags.go Revert "Remove lint issues from integration tests, mostly by adding error" 2018-09-28 17:00:55 -07:00
functional_test.go Change restart policy on gvisor pod (#3445) 2018-12-11 18:39:57 -08:00
iso_test.go Replace %s format directives with %v for errors. 2018-09-28 16:05:27 -07:00
mount_test.go Call t.Parallel() after t.Skip() to avoid confusion while debugging. 2018-11-07 16:40:21 -08:00
persistence_test.go Consistently use %v for formatting error messages. 2018-09-28 16:18:22 -07:00
pv_test.go More merge conflicts. 2018-10-19 14:20:17 -07:00
start_stop_delete_test.go Add integration test to make sure minikube starts and stops with cont… (#3394) 2018-12-05 10:23:36 -08:00
tunnel_test.go even longer timeout + timeout error is retriable now (#3370) 2018-11-27 13:58:26 -08:00