minikube/test/integration
Balint Pato a681603daa
Fix `minikube tunnel` for hyperkit (#3349)
This change is a bit of a hack to make IP routing work over the virtio-net interface - it forces the virtio-net interface (bridge100) created by hyperkit/xhyve to reset via removing and readding the single member of the interface. Without this "reset" packets are just simply lost most of the time, despite a completely healthy IP route.

This error was also the reason for a large percentage of our integration test failures. While reducing the flakiness of tunnel related tests I also increased the timeout requirement and adding retries to the nginx request in TestTunnel.
2018-11-21 13:39:48 -08:00
..
testdata minikube tunnel (#3015) 2018-10-18 11:01:47 -07:00
util Fix `minikube tunnel` for hyperkit (#3349) 2018-11-21 13:39:48 -08:00
addons_test.go Remove extra log statements 2018-11-13 12:42:00 -08:00
cluster_dns_test.go Merge branch 'master' into consistent_err_formatting 2018-10-19 14:08:35 -07: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 Revert "Remove lint issues from integration tests, mostly by adding error" 2018-09-28 17:00:55 -07: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 More merge conflicts. 2018-10-19 14:20:17 -07: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 Consistently use %v for formatting error messages. 2018-09-28 16:18:22 -07:00
tunnel_test.go Fix `minikube tunnel` for hyperkit (#3349) 2018-11-21 13:39:48 -08:00