Commit Graph

2090 Commits (e2fb6168369edad9bdd9b2cf1fc268ee3d6ad4c3)

Author SHA1 Message Date
Ian Stewart a6bfa55152 Using t.Setenv instead of os.Setenv 2022-12-09 14:12:13 -05:00
Ian Stewart b76d247f12 added MOCK_GOOGLE_TOKEN env var 2022-12-07 18:05:31 -05:00
Predrag Rogic 1a972459fa
increase wait timeout to mitigate ImagePullBackOff errors 2022-12-07 17:45:10 +00:00
Predrag Rogic bd7efa03f9
fix additional issues found 2022-12-07 12:34:31 +00:00
Predrag Rogic 5d0ac9d446
cleanup 2022-12-07 12:34:31 +00:00
Predrag Rogic 11a8dbf830
fix TestNetworkPlugins tests for Linux with Docker driver 2022-12-07 12:34:14 +00:00
Ian Stewart a2ba24f1d6 returning gcp-auth container logs if namespace test fails to help debugging 2022-12-05 11:34:40 -05:00
Ian Stewart 2c3ab40370 increased wait time for getting namespace secret 2022-12-02 12:09:23 -05:00
Ian Stewart d2a94988ee retry getting the gcp-auth secret for 10 seconds 2022-12-01 17:42:38 -05:00
Ian Stewart 2b93c08c5a wrapped gcp-auth namespaces test as a subtest 2022-12-01 17:24:41 -05:00
Ian Stewart bec22f0e12 added integration test to ensure new namespaces include the image pull secret 2022-11-30 18:50:32 -05:00
Товарищ программист 85c4d8837f test: add integration test cases for minikube image build 2022-11-19 20:19:55 +08:00
Steven Powell f19b19803b remove license file after test 2022-11-18 09:14:33 -08:00
Eng Zer Jun 9d85be1a99
test: use `T.Setenv` to set env vars in tests
This commit replaces `os.Setenv` with `t.Setenv` in tests. The
environment variable is automatically restored to its original value
when the test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.Setenv
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-11-08 10:30:29 +08:00
Steven Powell 074e681975
Merge pull request #15160 from agarwalnit/master
Added cloud-spanner emulator add-on.
2022-10-28 13:58:41 -07:00
Steven Powell e4b7598fd8 fix linting 2022-10-26 10:33:15 -07:00
Steven Powell 3536f0fb39 add integration test for cloud-spanner addon 2022-10-26 10:27:47 -07:00
Steven Powell 2898064443 fix licenses test on Windows 2022-10-25 16:41:37 -07:00
Steven Powell 6573cedd11 remove duplicate t.Parallel() 2022-10-24 10:02:02 -07:00
Steven Powell 15746e1a4f add test for licenses command 2022-10-21 17:08:29 -07:00
Steven Powell e8190a6236 tests: shorten qmp path 2022-10-10 12:56:36 -07:00
Steven Powell 113d61471a enable TestPreload for arm64 2022-10-04 09:59:38 -07:00
Steven Powell bde2b52371 add another line to TestErrorSpam 2022-09-14 11:16:19 -07:00
Steven Powell 9df393a9f5 fix TestErrorSpam failing on warning 2022-09-14 11:16:19 -07:00
Steven Powell eda5a9a2c4 change expected image 2022-09-14 11:15:18 -07:00
Steven Powell 89d3ddd6df remove deprecated PodSecurityPolicy from test yaml 2022-09-14 11:15:18 -07:00
Steven Powell d88fbb1f99 fix VerifyKubernetesImages test for k8s 1.25+ 2022-08-31 14:16:51 -07:00
Steven Powell 744187868d fix linting 2022-08-08 09:29:19 -07:00
Steven Powell 00ac406420 fix linting 2022-07-25 09:59:13 -07:00
Paul S. Schweigert a1c7198794
fix
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 14:20:56 -04:00
Paul S. Schweigert 08b3c8d4d6
add quotes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 08:16:25 -04:00
Paul S. Schweigert 50f8f9da1e
update docker linux crio test
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-29 20:14:21 -04:00
Steven Powell 912226e73f
Merge branch 'master' into k8s1.24 2022-06-22 10:24:15 -07:00
Sharif Elgamal 4bc3d98bb6 use MustCompile for lint 2022-06-21 13:53:02 -07:00
Sharif Elgamal 2ee63b4b1e add a test for image pull secrets for gcp-auth 2022-06-21 13:39:50 -07:00
Steven Powell 353f9fb0eb remove old flag 2022-06-16 12:23:00 -07:00
Santhosh Nagaraj S 26afc8f85c Addon: add headlamp
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-06-16 10:34:18 +05:30
Steven Powell 5c32a54a9f
Merge pull request #13512 from kianmeng/fix-typos
Fix typos
2022-06-10 16:05:18 -07:00
Kian-Meng Ang bc03821826 Fix typos 2022-06-10 15:26:35 -07:00
Sharif Elgamal d36ed5aa78 remove inaccel addons test 2022-06-10 12:06:57 -07:00
Sharif Elgamal 1f763354ca
Merge pull request #12995 from eliaskoromilas/fpga-operator
InAccel FPGA Operator addon
2022-06-07 15:32:44 -07:00
Pablo Caderno f6d639182d fix: minikube delete exclude networks from other profiles
Fixes: 12635
2022-06-06 16:59:41 +10:00
ziyi-xie ab7bb61b31 modified the version of dashboard in test/integration/start_stop_delete_test.go file 2022-06-02 09:11:43 +00:00
Harsh Vardhan 798c4e8fed add the StartArgs() suffix as supplied by test suite
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Harsh Vardhan 3d7380b704 fix error logging
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Harsh Vardhan b77ecbe887 reduce test timeout & fix lint issues
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Harsh Vardhan d88a925751 add integration test for json format profile list
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Steven Powell cbb189558a skip for all of Windows 2022-05-26 16:19:26 -07:00
Steven Powell e57dff657b skip TestSkaffold on Hyper-V 2022-05-26 16:07:40 -07:00
Elias Koromilas 6364518066 Add inaccel/fpga-operator addon
Signed-off-by: Elias Koromilas <elias.koromilas@gmail.com>
2022-05-26 10:52:08 +03:00
Steven Powell bc968683e6 use custom flannel 2022-05-25 14:54:45 -07:00
minikube-bot d628748116 use antrea CNI 2022-05-25 18:15:35 +00:00
minikube-bot 2288dd2f6b fix NetCatPod test 2022-05-24 23:34:18 +00:00
Steven Powell c290515129 fix not passing any args to test 2022-05-19 09:44:22 -07:00
Steven Powell 53fdfb286c implement lint fixes 2022-05-16 12:48:41 -07:00
Medya Ghazizadeh 2857186c28
Merge pull request #14038 from Sea-n/fix-github
Use GitHub instead of Github in documents and code comments
2022-04-28 14:12:02 -07:00
Sean Wei 6dee7b7edb Fix GitHub word for code comments 2022-04-25 15:57:45 +08:00
Anders F Björklund 18e5256065 Don't add kubelet network-plugin flag in test 2022-04-23 16:00:07 +02:00
Anders F Björklund 504076fd41 Don't use kubelet network-plugin with k8s 1.24
This flag has been removed, and moved to the runtimes.

Only docker supports it, the others only support CNI.
2022-04-20 17:40:25 +02:00
Medya Ghazizadeh 1b366615d3
Merge pull request #13901 from spowelljr/removeIoutil
remove uses of ioutil & use t.TempDir for tests
2022-04-05 14:41:22 -07:00
Steven Powell 69417f0944
Merge pull request #13741 from ziyi-xie/upgrade-dashboard
Upgrade kubernetes dashboard from v2.3.1 to v2.5.1
2022-04-04 10:50:29 -07:00
Steven Powell 2e4ea3c259 replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -07:00
Steven Powell 3325dd31cb remove uses of ioutil 2022-04-01 10:39:14 -07:00
Steven Powell 1aa1f04e9b remove old build tags 2022-03-30 16:43:29 -07:00
Sharif Elgamal 31d1fdae3b
Merge pull request #13730 from presztak/subnet_flag
Add 'subnet' flag for docker/podman driver
2022-03-30 16:02:54 -07:00
Steven Powell 37e026b149 stop testing olm and warn users about the addon 2022-03-30 10:53:11 -07:00
Steven Powell 76d97af2a0 add disable-metrics flag 2022-03-16 11:00:20 -07:00
ziyi-xie b9fcc58d24 upgrade kubernetes dashboard from v2.5.0 to v2.5.1 2022-03-16 00:34:51 +00:00
Piotr Resztak eb19396baa add test for 'subnet' flag 2022-03-15 21:43:48 +01:00
Steven Powell 58c4142ab9
Merge pull request #13630 from F1ko/master
Add sanity check to disk space check
2022-03-14 18:19:18 -07:00
ckannon 701b4be842 Fix flow to support docker driver properly for mac, for issue #13746 2022-03-09 14:30:49 -05:00
ziyi-xie 771d71911c upgrade kubernetes dashboard from v2.3.1 to v2.5.0 2022-03-02 05:17:31 +00:00
Filip Nikolic a2f2efea69 fix insufficient storage test 2022-02-27 20:50:26 +01:00
Medya Ghazizadeh d11e45aa86
Merge pull request #13539 from sharifelgamal/arch-binary
add arch to binary and image cache paths
2022-02-10 12:06:23 -08:00
Medya Ghazizadeh d6120f131e
Merge pull request #13367 from ckannon/master
Adds 'minikube service --all' feature to allow forwarding all services in a namespace
2022-02-09 12:24:54 -08:00
ckannon c8d846d6c1 minikube #13075 adds --all feature for service 2022-02-09 10:12:01 -05:00
Sharif Elgamal a1e273e1ee Merge branch 'master' of github.com:kubernetes/minikube into arch-binary 2022-02-07 15:35:33 -08:00
Sharif Elgamal 6189742a25
Merge pull request #13439 from prezha/fix-ingress-multinode
fix ingress (also for multinode clusters)
2022-02-07 14:04:13 -08:00
Sharif Elgamal f74ea169b2 add arch to iso cache path, fix download only tests 2022-02-03 10:29:13 -08:00
Sharif Elgamal 423b816311
Merge pull request #13251 from afbjorklund/default-runtime
Make the default container runtime dynamic
2022-02-02 18:02:05 -08:00
Steven Powell 89795d1946
Merge pull request #13297 from spowelljr/extendWindowsTimeouts
Increase test timeout for Docker Windows
2022-02-01 14:07:53 -08:00
Sharif Elgamal cce8d19112 default test runtime to docker 2022-02-01 12:59:42 -08:00
Steven Powell 43f832d111 remove unused import 2022-01-31 13:36:59 -08:00
Steven Powell e922055714 revert "Delete and init kubeadm on subsequent starts" 2022-01-27 14:02:53 -08:00
Steven Powell 76172fdae0 added timeout to second test 2022-01-25 14:12:57 -08:00
Steven Powell fa5f67cc95
Merge pull request #13340 from spowelljr/addDisableOptimization
Add `--disable-optimizations` flag
2022-01-24 18:51:42 -08:00
Predrag Rogic 422b43ece4
fix ingress for multinode 2022-01-22 23:23:58 +00:00
Steven Powell e17f569cda reduce duplication further 2022-01-19 09:54:05 -08:00
Steven Powell daf6a28006 cleanup image expectation to reduce duplication 2022-01-18 16:33:03 -08:00
Steven Powell c29c530c1b use image that is available immediately 2022-01-18 16:15:05 -08:00
Steven Powell 7d1912bc71 moved test out of functional into integration 2022-01-18 13:46:43 -08:00
Sharif Elgamal 2d488adce1 fix binary mirror test for none driver 2022-01-13 12:23:18 -08:00
Steven Powell 9908a1614e fix lint 2022-01-12 13:58:26 -08:00
Steven Powell 4cd3abfcde add disable-optimizations flag 2022-01-12 13:50:38 -08:00
Piotr Resztak 20d3c760bc add integration test for '--binary-mirror' flag 2022-01-12 17:43:33 +01:00
Steven Powell d77f182dfd increase timeout for DryRun to 20 seconds 2022-01-10 15:55:20 -08:00
Nikhil Sharma d2b87aa6fd Improved the output in minikube github action 2022-01-06 23:26:54 +05:30
Steven Powell c61a34b38f increase test timeout for Docker Windows 2022-01-04 16:53:13 -08:00
Medya Gh b91619c6c8 skip olm test 2021-12-23 12:57:02 -08:00
Medya Gh 8d57ad87a2 skip olm test 2021-12-23 12:54:33 -08:00
Steven Powell b6e2ee2128
Merge pull request #12996 from presztak/listimages_formats
Add format flag to the `image ls` command
2021-12-23 12:31:59 -08:00
Medya Ghazizadeh bc1ec710a4
Merge pull request #13226 from spowelljr/addTimeout
Add small timeout to give time for mount to come up
2021-12-22 15:32:17 -08:00
Steven Powell 4c24c61ef9 add small timeout to give time for mount to come up 2021-12-22 11:40:01 -08:00
Sharif Elgamal 4f4eca8fd7
Merge pull request #13205 from sharifelgamal/olm
Fix OLM addon by pinning to correct versions of images
2021-12-22 11:25:38 -08:00
Medya Ghazizadeh d52158dcd1
Merge pull request #13144 from spowelljr/noK8sMount
Support mounting with the --no-kubernetes flag
2021-12-21 21:38:36 -08:00
Piotr Resztak 43e81cfbca add 'image ls' with format integration test 2021-12-22 00:57:41 +01:00
Steven Powell 645d9f38dc give small timeout to allow mount to come up 2021-12-21 13:31:01 -08:00
Steven Powell 0482478665 use minikube's own busybox image 2021-12-21 11:58:24 -08:00
Sharif Elgamal 070a8c5434 pin to correct community operator image 2021-12-21 11:19:35 -08:00
Steven Powell 2f29154ac1 run --no-kubernetes in mount start test 2021-12-20 11:28:03 -08:00
Steven Powell de38e0e42b fix mount test failing due to duplicate port 2021-12-16 14:44:10 -08:00
Steven Powell e91dc218fd addressed comments 2021-12-14 11:16:25 -08:00
Medya Ghazizadeh 0fa8747da5
Merge pull request #13160 from spowelljr/stopSerialTestsOnFailure
Stop dependent test from continuing after failure
2021-12-14 10:29:49 -08:00
Steven Powell c3f5295ba1
Merge pull request #13154 from spowelljr/fixCopyFileWindows
Fix multinode file copying test on Windows
2021-12-14 09:55:41 -08:00
Steven Powell 54c615bd36 remove --mode flag from mount 2021-12-13 15:32:20 -08:00
Steven Powell 4234241bcf stop dependent test from continuing after failure 2021-12-13 14:59:20 -08:00
Steven Powell b1f82cc5f1 change to path.Join 2021-12-13 14:19:50 -08:00
Steven Powell 7351b5618d fix multinode file copying test on Windows 2021-12-13 11:47:41 -08:00
Steven Powell bab9c6fc8c
Merge pull request #12930 from spowelljr/addMountFlags
Add all mount flags to start command
2021-12-10 15:17:10 -08:00
Steven Powell 3ad2f8d851 skip checking mode on macOS 2021-12-10 15:12:00 -08:00
Steven Powell f8028bcb72 added const 2021-12-10 12:16:16 -08:00
Steven Powell 874a1d965a fixed test error message 2021-12-10 11:54:16 -08:00
Steven Powell 7b3377e95b format 2021-12-10 11:43:50 -08:00
Steven Powell 331034f9ee skip Hyper-V mount details check 2021-12-10 11:43:50 -08:00
Steven Powell 2910ecf8cd added missing import 2021-12-10 11:43:50 -08:00
Steven Powell 8927e2e647 give timeout for 9P mount check 2021-12-10 11:43:50 -08:00
Steven Powell 7a015687e1 skip checking mounting flags with Docker 2021-12-10 11:43:50 -08:00
Steven Powell ed14104f91 use octal 2021-12-10 11:43:50 -08:00
Steven Powell 0d33b6f173 fix ssh 2021-12-10 11:43:50 -08:00
Steven Powell 4369ccc2ca add tests for new start mount flags 2021-12-10 11:43:50 -08:00
Steven Powell 28fddeb9a5 removed one off sudo command from test 2021-12-10 10:54:56 -08:00
klaases 1bae4f12b5 Add test documentation. 2021-12-03 15:57:24 -08:00
klaases 31a0b6d513 remove 123 dev comment 2021-12-02 14:49:08 -08:00
klaases 5b4e429d09 fix spacing 2021-12-02 14:46:42 -08:00
klaases e468a42e15
Merge branch 'master' into kstop1 2021-12-02 14:43:33 -08:00
klaases 3074132aeb Stop K8s if running, when --no-kubernetes. 2021-12-02 14:35:38 -08:00
Steven Powell 2d20e0ac80 add test skips back 2021-11-23 08:52:58 -08:00
Steven Powell 8c4f907b7b try fixing bad mount error 2021-11-22 17:13:37 -08:00
Medya Ghazizadeh 3686ba58f0
Merge pull request #11598 from daehyeok/copy_from
Support copy file from node to local host or between nodes.
2021-11-22 13:42:35 -08:00
Medya Ghazizadeh 119a0f07d7
Merge pull request #12942 from klaases/go5
Exit if --kubernetes-version and --no-kubernetes are specified.
2021-11-22 10:01:21 -08:00
klaases 4d49aa2be1 Update func() comment and name. 2021-11-19 12:19:47 -08:00
klaases 9c6d971f34 Add unit test for no k8s with version. 2021-11-18 15:19:11 -08:00
Medya Ghazizadeh 91b4115ba1
Merge pull request #12877 from vishjain/user/vishal/fix-load-integration-test/main
Added tests around loaded images.
2021-11-18 10:15:30 -08:00
Steven Powell 6e68f73606 skip mount/any-port until mouting issue resolved 2021-11-17 12:07:06 -08:00
Vishal Jain ceb8d35e3a Added tests around loaded images. 2021-11-15 11:49:41 -08:00
Steven Powell 9eb58f87d9
Merge pull request #12932 from spowelljr/fixParentTestFailing
Fix fail in parent test reporting oddly on flake charts
2021-11-11 16:58:10 -05:00
Steven Powell 24c8e0efa2 fix fail in parent test reporting oddly on flake charts 2021-11-11 14:26:34 -05:00
Sharif Elgamal d226d04eab fix schedule stop test for containerd on docker driver 2021-11-10 09:09:50 -08:00
Steven Powell 69aa495d02 address lint concerns 2021-11-08 09:23:00 -05:00
Medya Ghazizadeh 94c74a2f52
Merge pull request #12848 from medyagh/no_kubernetes
Add --no-kubernetes flag  to start minikube without kubernetes
2021-11-04 14:46:48 -07:00
Medya Gh f2c743d2bc skip test on none 2021-11-04 12:36:35 -07:00
Medya Gh 6806e6980a fix integration test file name 2021-11-04 11:09:50 -07:00
Daehyeok Mun a88aec8b46 Support copy file from node to local host or between nodes. 2021-11-03 14:49:32 -07:00
Medya Ghazizadeh 0ef4fc54e6
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:57 -07:00
Medya Ghazizadeh e15065ae68
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:51 -07:00
Medya Ghazizadeh f54f95d127
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:45 -07:00
Medya Ghazizadeh 1200c8e177
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:38 -07:00
Medya Ghazizadeh 51e612f94a
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:33 -07:00
Medya Ghazizadeh 47307d71af
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:28 -07:00
Medya Ghazizadeh d3ec072193
Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-03 14:24:17 -07:00
Medya Gh 3d0f486d84 add integration test for --no-kubernetes 2021-11-03 14:08:01 -07:00
Medya Ghazizadeh 67747c43d1
Merge pull request #12792 from medyagh/fix_cert_option_test
fix cert option test and add more internal testing
2021-11-02 16:16:01 -07:00
Predrag Rogic ea3aa4f3a8
support ingress-dns addon, add tests 2021-10-28 04:14:35 +01:00
Sharif Elgamal 418a9a17d2
Merge pull request #12779 from sharifelgamal/gcp-auth-test2
Fix disabling gcp-auth addon and test
2021-10-26 22:37:22 -07:00
Medya Gh fc2c185ec2 remove extra bracelet 2021-10-26 16:37:45 -07:00
Medya Gh 1c2983ccf5 spell 2021-10-26 16:32:41 -07:00
Medya Gh 82574022ca fix cert option test and add more internal testing 2021-10-26 16:30:09 -07:00
Sharif Elgamal 67f3149c9e fix expected test output 2021-10-26 13:47:55 -07:00
Sharif Elgamal 144ebe6498 don't run disable on final gcp-auth enable, we're not actually enabling the addon 2021-10-26 12:59:17 -07:00
Sharif Elgamal 2ed63b65f5 fix lint 2021-10-26 08:50:16 -07:00
Sharif Elgamal 1e932bc5bd cleanup and comments 2021-10-25 18:22:49 -07:00
Medya Gh 93e2934ab3 address review comment 2021-10-25 14:38:27 -07:00
Sharif Elgamal f8db8f0729 manually set and unset the env var again 2021-10-25 12:49:49 -07:00
Sharif Elgamal 5b53ae83ad fix gcp-auth tests to avoid expiring tokens 2021-10-21 17:04:20 -07:00
Medya Gh 20c7c49509 skip dns test on kic drivers 2021-10-21 14:55:16 -07:00
Steven Powell ecebde8bf2 remove parallel 2021-10-18 15:40:48 -07:00
Steven Powell d7decc2a8d persist mount settings after stop 2021-10-18 15:40:48 -07:00
Steven Powell 99661e64a3
Merge pull request #12711 from spowelljr/fixMount
Fix mounting on non-default profile
2021-10-15 12:57:24 -07:00
Steven Powell 0623f34e99 skip test on none driver 2021-10-14 17:27:06 -07:00
Steven Powell 2a489bf7e1 fix mounting on non-default profile & make mounting processes cluster independent 2021-10-14 14:44:51 -07:00
Peixuan Ding b43f0bcd39 Add detailed info for integration tests 2021-10-11 01:00:06 -04:00
KallyDev 70022d9b2e
Move from deprecated ioutil to os and io packages 2021-10-08 08:57:19 +08:00
Steven Powell 5d100b19bf
Merge pull request #12584 from claudiubelu/e2e-test-images-refs
Updates E2E test images registry
2021-10-05 14:43:36 -04:00
Steven Powell 1a4160e60d
Merge pull request #12081 from spowelljr/buildkitSocket
buildkit socket: Add systemd unit
2021-10-01 20:49:41 -04:00
Steven Powell eef613064e remove unused var 2021-10-01 21:30:00 +00:00
Steven Powell 02197b90cc added missing commna 2021-10-01 21:19:10 +00:00
Steven Powell 4a83d436f1 add test to check if buildkitd process is running 2021-10-01 19:02:34 +00:00
Steven Powell 3a90f8c1bf add test to check for existing networks 2021-09-29 14:42:44 -07:00
Steven Powell 641c8f8f9c increase stop to 1 minute 2021-09-28 15:50:45 -07:00
Sharif Elgamal 73d66f0c94
Merge pull request #12534 from sharifelgamal/renew-certs
renew minikube certs if expired
2021-09-24 14:53:22 -07:00
Sharif Elgamal 18d89d565c remove pkg install tests 2021-09-23 13:39:10 -07:00
Steven Powell 33e7a63173 fix typo 2021-09-22 15:21:32 -07:00
Steven Powell 205b492a87 implement --force-systemd into cri-o 2021-09-22 15:07:36 -07:00
Sharif Elgamal 2799f24e12 don't skip none driver, fix logging 2021-09-21 17:38:09 -07:00
Sharif Elgamal 5ee889c885 add docstring for TestCertExpiration 2021-09-21 16:40:43 -07:00
Sharif Elgamal 1212848649 make cert expiration configurable and add test 2021-09-21 16:17:52 -07:00
Sharif Elgamal 2a76004e18 skip ingress dns test for docker macOS/windows 2021-09-21 13:42:13 -07:00
Steven Powell bc9edad431 add description to test 2021-09-17 15:21:02 -07:00
Steven Powell a522708759 refactored image command tests 2021-09-17 10:52:01 -07:00
Steven Powell ebb03e2cf9 replace busybox image with gcr.io image 2021-09-16 13:34:26 -07:00