Commit Graph

1436 Commits (e98ee9698abf0f2fcb7cfe7be98437da85d14ba4)

Author SHA1 Message Date
Predrag Rogic 50a1d239b1
pause: bump to newest image v3.4.1 2021-03-01 16:41:29 +00:00
Medya Gh 8b10177a60 add cgroup warnning to whitelist 2021-02-26 10:06:37 -08:00
Steven Powell c50bdaabfe Check for args length to prevent out of bounds panic 2021-02-24 16:45:24 -07:00
Steven Powell 34db47e956
Merge pull request #10465 from spowelljr/addLastStart
Add last start logs to minikube logs output
2021-02-24 10:52:26 -07:00
Medya Gh 5721cd83cf add image for containerd 2021-02-21 11:22:11 -08:00
Medya Gh 8c4672ab05 use crictl inspecti for verify images in test 2021-02-20 13:05:39 -08:00
Medya Gh b4506105c5 remove subtest with a parent 2021-02-19 23:28:28 -08:00
Medya Gh 8f6ed1156d move audit test 2021-02-19 20:49:41 -08:00
Ilya Zuyev 251f25637d Merge branch 'master' into ilyaz/test_deb_install 2021-02-19 18:40:57 -08:00
Ilya Zuyev 2f1414c3db remove tests for ubuntu 19.x (EOL). Add ubuntu 18.04 2021-02-19 14:44:36 -08:00
Steven Powell 2ed68553cd added missing err check to scanner and new section logs integration test 2021-02-19 13:54:47 -07:00
Medya Ghazizadeh 26351ff6c6
Merge pull request #10350 from spowelljr/addAudit
Add audit logs to minikube logs output
2021-02-19 12:12:42 -08:00
Steven Powell 00a480f06c set profile for test 2021-02-19 09:56:35 -07:00
Medya Ghazizadeh 40b78a0f4b
Merge pull request #10509 from spowelljr/fixDashboardTest
Updated dashboard URL detection logic for DashboardCmd test
2021-02-18 17:47:32 -08:00
Steven Powell 3a0e3bd300 added missing error check to scanner 2021-02-18 18:27:55 -07:00
Steven Powell c5c1ee9013 improved comments, var names & error messages 2021-02-18 18:13:17 -07:00
Steven Powell 1a5c1f8219 refactored to make a bit cleaner 2021-02-18 17:44:23 -07:00
Steven Powell 2982b7db4c use MustCompile instead of Compile as per Go lint 2021-02-18 17:42:06 -07:00
Steven Powell 635f89b079 variable rename 2021-02-18 17:39:44 -07:00
Steven Powell d9aca3d0c9 make dashboard URL check more strict 2021-02-18 17:34:22 -07:00
Thomas Strömberg 5c9c0f961d
Merge pull request #9577 from sharifelgamal/ingress-none
Turn on ingress addon on linux baremetal
2021-02-18 14:02:56 -08:00
Steven Powell af4364ba6f Updated dashboard URL detection logic for DashboardCmd test 2021-02-18 13:34:13 -07:00
Steven Powell 0f8f40b340 added integration tests 2021-02-17 15:02:00 -07:00
Medya Ghazizadeh d84f17826e
Merge pull request #10424 from prezha/fix-WaitForPod-Ready
add new extra component to --wait=all to validate a healthy cluster
2021-02-16 15:51:40 -08:00
Medya Ghazizadeh 3bdb549339
Merge pull request #10491 from priyawadhwa/skaffold-flag
Set --interactive=false flag on skaffold test
2021-02-16 15:46:04 -08:00
priyawadhwa eaaa51c6ba
Merge pull request #10488 from priyawadhwa/start-stop-delete
Reduce time limit on TestStartStop to fix occasional KVM_containerd timeout
2021-02-16 14:50:03 -08:00
Priya Wadhwa 1c8753d1f8 Set --interactive=false flag on skaffold test
This way we won't be sending metrics from integration tests to skaffold
2021-02-16 14:42:30 -08:00
Predrag Rogic b8052fe33d
replace sleep with retry.Expo() 2021-02-16 22:27:26 +00:00
Ilya Zuyev de6ce32743 change test name 2021-02-16 12:07:19 -08:00
Ilya Zuyev 53a3c9598d skip the test if docker is not installed 2021-02-16 11:30:47 -08:00
Priya Wadhwa 2c3d91acef reduce time limit on TestStartStop because it is timing out on kvm_containerd 2021-02-16 10:24:43 -08:00
Ilya Zuyev e064fc60de fix formatting 2021-02-12 16:17:43 -08:00
Ilya Zuyev 19b1d82255 Fix the test 2021-02-12 16:16:22 -08:00
Ilya Zuyev 64201731e0 Run goimports 2021-02-12 16:11:30 -08:00
Ilya Zuyev cd0f31caea Add copyright header 2021-02-12 15:56:37 -08:00
Ilya Zuyev 4001c0a267 Fix TestErrorJSONOutput test 2021-02-12 15:07:11 -08:00
Ilya Zuyev 8a651ba6bd Add .deb installation tests 2021-02-12 15:01:53 -08:00
Predrag Rogic ec97f1db4b
fix integration.validateExtraConfig test adding --wait=all 2021-02-12 02:13:06 +00:00
Predrag Rogic 3c7d2e0351
fix WaitForPod by waiting for component Ready instead of pod Running status 2021-02-12 00:46:44 +00:00
Priya Wadhwa 5fc0b5ecb8 skip LoadImage test on darwin/github actions as it requires a running docker daemon 2021-02-11 10:32:04 -08:00
Medya Ghazizadeh a3609d3778
Merge pull request #10380 from daehyeok/profile_list_light
Add -l/--light option for profile list command.
2021-02-10 17:04:39 -08:00
Sharif Elgamal adf6f91ee3 Merge branch 'master' of github.com:kubernetes/minikube into ingress-none 2021-02-10 11:42:21 -08:00
priyawadhwa 859ec2a44b
Merge pull request #10428 from priyawadhwa/auto-network-plugin
Fix TestNetworkPlugins/group/auto/KubeletFlags on containerd/crio
2021-02-10 10:36:24 -08:00
Daehyeok Mun f457bde02d Add -l/--light option for profile list command.
If option is true, Doens't try to get profiles from container and read
current status.
2021-02-09 16:06:09 -08:00
priyawadhwa 51ec098b05
Merge pull request #10366 from priyawadhwa/mk-image-load
Implement minikube image load command
2021-02-09 14:42:31 -08:00
Priya Wadhwa 840b3a2bf0 Fix cyclomatic complexity lint error 2021-02-09 14:20:25 -08:00
Priya Wadhwa 5364222fc8 We set the network plugin to cni with containerd runtime 2021-02-09 14:13:32 -08:00
Priya Wadhwa 74161d674b Fix TestPreload on containerd 2021-02-09 11:20:21 -08:00
Priya Wadhwa 53887f407c skip load image on none driver 2021-02-08 10:30:17 -08:00
Priya Wadhwa 97c58bf839 Fix test 2021-02-05 15:29:43 -08:00