Commit Graph

1304 Commits (a9f435b757082fe0bc142cf9289f920b35030c80)

Author SHA1 Message Date
Ilya Zuyev 0a75e7ead3 comment '--memory' handling in validateDryRun(..) 2021-01-14 12:42:27 -08:00
Ilya Zuyev e318f721e6 comment imageID(..) 2021-01-14 12:34:46 -08:00
Ilya Zuyev 7750f709ce Add t.Skip(..) for TestDownloadOnlyKic test case 2021-01-14 12:30:28 -08:00
Ilya Zuyev 5cc965921a Remove redundant return after t.Skip(..) 2021-01-14 11:51:56 -08:00
Ilya Zuyev 61157c0e56 Add GH issue link to output if a test is skipped on arm64 2021-01-14 11:50:56 -08:00
Ilya Zuyev d11149d7f6 make Arm64Platform private 2021-01-14 10:51:57 -08:00
Ling Samuel 85eca7d7b7
Increase functional test DockerEnv timeout
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-14 14:31:32 +08:00
Ilya Zuyev 5905834c7e tests: enable skaffold test 2021-01-13 13:59:06 -08:00
Ilya Zuyev f50c2bf617 tests: extract an utility method for image ids 2021-01-13 13:58:55 -08:00
Ilya Zuyev 519103f58b Merge branch 'master' into ilyaz/arm64-fixes 2021-01-12 14:51:23 -08:00
Thomas Stromberg 6ec94aa064 Merge to master 2021-01-08 15:40:24 -08:00
Thomas Stromberg 66a671fc86 Experimental macOS/arm64 work 2021-01-08 15:38:31 -08:00
Priya Wadhwa 322efcb406 Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag 2020-12-23 14:02:22 -08:00
Sharif Elgamal 8f119049fd
Merge pull request #9978 from spowelljr/fixContextTimeout
Removed parallel running from test func to prevent ctx timeout
2020-12-17 10:12:58 -08:00
Thomas Strömberg 49f850cb50
Merge pull request #9963 from afbjorklund/dashboard-2.1.0
Upgrade kubernetes dashboard to v2.1.0 for 1.20
2020-12-17 08:00:35 -08:00
Ilya Zuyev 05bc271ef8 Fix arch related checks 2020-12-16 18:13:13 -08:00
Steven Powell b52666bea7 Removed parallel running from test func to prevent ctx timeout 2020-12-16 17:18:08 -07:00
Priya Wadhwa 787cf77d6c Only run existing network test with kic driver 2020-12-16 11:11:39 -08:00
Priya Wadhwa 55f496492c fix merge conflict 2020-12-16 10:37:51 -08:00
Steven Powell 5f0144ac32 Added sub-step logging to adm init step on start 2020-12-15 16:59:42 -07:00
Anders F Björklund 4c39ffc91f Upgrade kubernetes dashboard to v2.1.0 for 1.20
Now with support for Kubernetes version 1.20 too
2020-12-14 21:20:14 +01:00
Sharif Elgamal 9280a047a9
Merge pull request #9894 from sharifelgamal/hyperkit
fix hyperkit tests
2020-12-10 11:26:44 -08:00
Sharif Elgamal 6be118fc29
Merge pull request #9634 from dekkers/saving-extra-config
Fix --extra-config when starting an existing cluster
2020-12-09 11:27:03 -08:00
Sharif Elgamal 8968e51dd7 fix hyperkit tests 2020-12-09 11:06:17 -08:00
priyawadhwa 83f9bd1df3
Merge pull request #9793 from tharun208/feat/show_scheduled_stop_status
feat(minikube) display scheduledstop status in minikube status
2020-12-08 11:42:06 -08:00
Medya Ghazizadeh 268a9386e7
Merge pull request #9844 from ilya-zuyev/gh_9754_downloadprogress_currentstep
Set 'currentstep' for PullingBaseImage json event
2020-12-08 10:17:07 -08:00
Tharun c6e6f2dc93 added function to check scheduledstop time comparison
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-08 13:09:54 +05:30
Ilya Zuyev 8e8979cac7 integration: check currentstep field in a subtest 2020-12-06 20:31:45 -08:00
Tharun 40cf0dab1c refractored minikube status function
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 15:50:24 +05:30
Tharun c51a20401d updated scheduled_stop tests
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:52:18 +05:30
Tharun 4ca4491124 fixed review feedbacks on clusterstate field and tests
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:34:14 +05:30
Tharun 35e2ce2dcf added check for timetostop status 2020-12-05 14:33:39 +05:30
Ilya Zuyev 2188e59133 fix linter error 2020-12-04 13:20:31 -08:00
Ilya Zuyev 68a1b54112 set currentstep for DownloadProgress 2020-12-03 17:46:41 -08:00
Priya Wadhwa 37bcf6d521 fix lint 2020-12-03 11:13:19 -08:00
Priya Wadhwa f373155d55 merge conflict 2020-12-03 10:56:41 -08:00
Priya Wadhwa a6a6671175 make integration tests more robust 2020-12-02 13:19:40 -08:00
priyawadhwa d83b868b4f
Merge pull request #9774 from priyawadhwa/cancel-stop
Add --cancel-scheduled flag to cancel all existing scheduled stops
2020-11-30 10:03:48 -08:00
Jeroen Dekkers 1490562c2a Fix --extra-config when starting an existing cluster 2020-11-29 12:44:15 +01:00
Predrag Rogic a60176cf00
fix TestStartStop crio VerifyKubernetesImages serial test 2020-11-25 21:23:30 +00:00
Priya Wadhwa 70cb886a39 shorten flag name to --cancel-scheduled 2020-11-24 17:29:46 -08:00
Priya Wadhwa ad3e4a98d0 Add --cancel-scheduled-stop flag and add to integration test to make sure it works 2020-11-24 11:36:34 -08:00
Medya Ghazizadeh 9fc4b2c11d
Merge pull request #9755 from medyagh/improve_svc_test
integration test: fail service test early if can't deploy example svc
2020-11-20 16:37:22 -08:00
Medya Gh 5d34a5e7e6 add memory limit to all minikube starts in integration test 2020-11-20 14:46:22 -08:00
Medya Ghazizadeh be85445605
Merge pull request #9747 from ilya-zuyev/gh_9774_fix_test_offline
Fix invalid DOCKER_HOST handling in integration tests
2020-11-20 14:28:58 -08:00
Ilya Zuyev 3b5c265264 Remove TestOfflineDownload 2020-11-19 15:36:18 -08:00
Ilya Zuyev 7910f622c3 Fix TestOffline 2020-11-19 14:11:33 -08:00
Medya Gh c237d5d7f1 improve test failure logs for service command 2020-11-19 11:53:04 -08:00
Priya Wadhwa 5a0ab905ed fix merge conflict 2020-11-17 15:11:23 -08:00
Priya Wadhwa 14db0debef review comments 2020-11-17 12:15:42 -08:00
Priya Wadhwa abc3d70a56 Give some more time 2020-11-13 17:10:57 -08:00
Priya Wadhwa 1c682c6449 Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows 2020-11-13 16:34:45 -08:00
Priya Wadhwa a518220a34 Add timeout to status check 2020-11-13 14:52:31 -08:00
Priya Wadhwa 13476316b5 Now that ISO files are in, scheduled stop works on VM as well so remove restrictions 2020-11-13 10:23:32 -08:00
Medya Ghazizadeh 6f037f8b7a
Merge pull request #9681 from medyagh/addon_reg_test
fix Test flakes TestAddons/parallel/Registry
2020-11-12 15:50:39 -08:00
Priya Wadhwa 5411b3b2f2 Add code for daemonizing on windows and add integration test 2020-11-12 14:29:59 -08:00
priyawadhwa 518ac7de56
Merge pull request #9503 from priyawadhwa/schedule-stop-unix
Implement schedule stop for unix
2020-11-12 14:20:20 -08:00
Priya Wadhwa 572e22d5a3 Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag 2020-11-12 14:13:26 -08:00
Medya Gh f177131ad1 wait for addons 2020-11-12 13:44:29 -08:00
Medya Gh 72c0b09983 increase memory for addon test 2020-11-11 20:22:12 -08:00
Priya Wadhwa 2eedffdaae include start args so that test passes locally 2020-11-11 14:52:30 -08:00
Priya Wadhwa 9bb9355b50 fix merge conflict 2020-11-11 11:57:27 -08:00
Medya Gh 833e474589 lint 2020-11-10 14:33:59 -08:00
Medya Gh 52ef75121d fix test 2020-11-10 13:21:11 -08:00
Medya Gh d7fe968bde fix verifying kuberentes images test 2020-11-10 10:39:10 -08:00
Priya Wadhwa bcf236f15c don't run scheduled stop test with none driver 2020-11-09 13:56:50 -08:00
Priya Wadhwa 19b2be23bc fix merge conflict 2020-11-05 14:31:39 -08:00
Priya Wadhwa f869ca5e91 fix merge conflict 2020-11-05 09:44:47 -08:00
Priya Wadhwa 3c8d3cad7c Merge branch 'master' of https://github.com/kubernetes/minikube into json-output-stop 2020-10-29 13:44:32 -07:00
Priya Wadhwa 91629c22c9 remove debugging 2020-10-28 14:03:11 -07:00
Priya Wadhwa 35c33c1ac6 Add stop, pause and unpause to integration test 2020-10-28 13:58:53 -07:00
Sharif Elgamal 4a1c9583bd initial attempt to account for profile in directly kubectl case 2020-10-28 12:16:02 -07:00
Sharif Elgamal ae849a2031 general cleanup 2020-10-27 13:56:13 -07:00
Sharif Elgamal f7baa9c1e9 maybe this will work 2020-10-27 11:56:22 -07:00
Sharif Elgamal 4fc095df77 specify context in kubectl call for test 2020-10-27 10:00:41 -07:00
Priya Wadhwa 865d3a4a34 Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-10-23 18:15:07 -07:00
Priya Wadhwa 9474740fd6 Add integration test 2020-10-23 09:55:48 -07:00
Medya Ghazizadeh 717b738d6d
Merge pull request #9365 from ilya-zuyev/gh_7422-reuse_hyperkit_driver
hyperkit driver should be happy with current minimum verison
2020-10-21 13:42:05 -05:00
Priya Wadhwa 682df5036e fix lint 2020-10-20 14:26:15 -07:00
Priya Wadhwa 202e9c5afd improve integration test 2020-10-20 14:18:20 -07:00
Priya Wadhwa a54ea82e3b Implement schedule stop for unix 2020-10-20 13:45:59 -07:00
Sharif Elgamal a282354419
Merge pull request #9476 from sharifelgamal/restart-worker
make sure worker nodes actually join control plane on restart
2020-10-16 16:39:42 -07:00
Sharif Elgamal fc8110f9c8 remove unnecessary sleep in test 2020-10-15 17:58:50 -07:00
Ilya Zuyev 5fc73c7764 Add a comment 2020-10-15 16:07:39 -07:00
Ilya Zuyev 57a0e402d4 Reuse $MINIKUBE_HOME/cache files;
Cleanup comments
2020-10-15 15:49:24 -07:00
Ilya Zuyev a072e89d99 Merge branch 'master' into gh_7422-reuse_hyperkit_driver 2020-10-15 12:55:44 -07:00
Ilya Zuyev 4c5ac5acdc Integration tests: remove driver_install_or_update_darwin_test.go 2020-10-15 12:53:02 -07:00
Ilya Zuyev 63ca2256f3 Integration tests: fix driver permission 2020-10-15 12:39:19 -07:00
Ilya Zuyev 2b32f6f6b6 Integration tests: add copyright header 2020-10-15 12:26:31 -07:00
Ilya Zuyev 39410181b1 Integration tests: update README in testsdata 2020-10-15 11:57:58 -07:00
Ilya Zuyev 4eb6f9ae0d Integration tests: fix naming 2020-10-15 11:55:23 -07:00
Ilya Zuyev eef3fd83fa Integration tests: add comments to internal functions 2020-10-15 11:46:33 -07:00
Ilya Zuyev 489b59bf97 Integration tests: fix the default test driver perms 2020-10-15 11:40:30 -07:00
Ilya Zuyev bfca3a6c9d Reorganize code - move tests related to hyperkit to driver_install_or_update_darwin_test.go 2020-10-15 11:39:40 -07:00
Priya Wadhwa 17666c2f05 Combine pause status test into existing pause test 2020-10-14 10:42:20 -07:00
Ilya Zuyev 0a9cbbb9f4 Use "--interactive=false" to avoid asking for sudo password 2020-10-13 18:05:38 -07:00
Ilya Zuyev 1381394d8f Fix comments 2020-10-12 20:35:25 -07:00
Ilya Zuyev 786037e1c7 Fix error message in int test 2020-10-12 20:33:23 -07:00
Ilya Zuyev 9b70ec8dda Update integration test:
- skip, if sudo needs a password
- improve temp files processing
- do not preload
2020-10-12 20:27:49 -07:00
Medya Ghazizadeh 88304ef63b
Merge pull request #9408 from sharifelgamal/failure-policy
simplify addon code by fixing gcp-auth failure policy
2020-10-12 18:08:12 -05:00