Commit Graph

419 Commits (d0328e7672ece5dfbebce5ee4fc5200ada51546c)

Author SHA1 Message Date
Anders F Björklund c9a0a7a8aa Move the BuildImage test over to functional test 2021-04-23 17:50:02 +02:00
Medya Ghazizadeh 284ab15837
Update functional_test.go 2021-04-20 17:01:35 -07:00
Medya Gh 3e9d2e0c0c lint 2021-04-20 15:29:03 -07:00
Medya Gh c082aa2fe8 func test memory 2021-04-20 14:29:34 -07:00
Medya Gh 9e30694674 lint 2021-04-20 12:02:46 -07:00
Medya Gh 689ba86cf4 functional test memory change for vbox 2021-04-20 11:38:16 -07:00
Medya Gh 1207de734b bump golang lint ci to latest 2021-04-19 15:16:31 -07:00
Medya Gh 42054ddd55 skip dry run on hyperv 2021-04-19 14:37:40 -07:00
Medya Gh e6a8e47844 sip dry run on hyperv 2021-04-19 14:35:54 -07:00
Sharif Elgamal 0ed5b13995 add docs for all integration tests and generate docs with them 2021-04-16 13:42:41 -07:00
Medya Ghazizadeh 29f0aec44a
Merge pull request #10920 from anencore94/cp_window
Fix to minikube cp functional test work on windows os
2021-03-29 09:33:18 -07:00
Medya Ghazizadeh d1b560edba
Merge pull request #10924 from tharun208/feat/remove_image_command
add minikube image rm command
2021-03-29 09:21:35 -07:00
anencore94 4f9aac3aa5 Fix to minikube cp functional test work on windows os
- use filpath lib to represent local path depends on host os
- write within-minikube-path as function to represent what
 the path means
2021-03-26 15:26:03 +09:00
Tharun 3503c3ea7f add integration test for minikube rm image command
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-26 02:20:51 +05:30
Sharif Elgamal 700ff6a785
Merge pull request #10853 from sharifelgamal/gcr-auth
create registry credentials when gcp-auth addon is enabled
2021-03-25 12:49:29 -07:00
Medya Ghazizadeh f567893cdb
Merge pull request #10872 from tharun208/feat/docker_env_status
add docker-env and podman-env to minikube status
2021-03-23 20:44:11 -07:00
Sharif Elgamal afccdd2acc Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth 2021-03-23 16:19:37 -07:00
Medya Ghazizadeh 3e869e0b7c
Merge pull request #10198 from anencore94/minikube-scp
Add minikube cp command as new feature
2021-03-23 12:43:02 -07:00
Tharun d72eea61c9 add test for docker-env status check and fix feedbacks
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-23 23:25:38 +05:30
hetong07 858531c134 Fix the bug in functional_test/docker-env, which is caused by a wrong charator. 2021-03-22 21:51:37 -07:00
Sharif Elgamal cfd9556468 Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth 2021-03-16 15:15:09 -07:00
Sharif Elgamal 294f044821 add creds for docker pull to gcp-auth 2021-03-15 11:39:06 -07:00
Medya Ghazizadeh fe94d18c49
Merge pull request #10635 from BLasan/issue-10539
test: remove unwanted docker images after functional test
2021-03-11 16:54:54 -08:00
Medya Gh 2709a0b856 skip 2021-03-11 10:23:16 -08:00
BLasan 57150e6d50 Remove unwanted docker images after functional test 2021-03-10 08:23:22 +05:30
anencore94 109b1e0fe2 make cp commmand allow target path as absolutepath
- only absolute path is allowed

Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2021-03-08 10:51:15 +09:00
anencore94 76f3c72e82 [Feature] Add minikube cp command
- add new feature represents cp local file into minikube
- add functional test for cp command

Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2021-03-08 10:51:15 +09:00
Medya Ghazizadeh 6072d12b7d
Revert "pause: bump to newest image v3.4.1" 2021-03-05 11:43:53 -08:00
Predrag Rogic daf6cd9229
TestFunctional: keep "pause:latest" as a test case 2021-03-02 00:56:56 +00:00
Predrag Rogic 50a1d239b1
pause: bump to newest image v3.4.1 2021-03-01 16:41:29 +00: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 8f6ed1156d move audit test 2021-02-19 20:49:41 -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 3a0e3bd300 added missing error check to scanner 2021-02-18 18:27:55 -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
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
Predrag Rogic b8052fe33d
replace sleep with retry.Expo() 2021-02-16 22:27:26 +00: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
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
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
Priya Wadhwa 9a9c160b3f Move load test into functional test 2021-02-05 14:28:25 -08:00
Yanshu Zhao 6fdffc860c Move componentHealth test to sequential 2021-01-29 21:03:02 +00:00
Yanshu Zhao dbb7857e76 Commit all tests but one 2021-01-29 18:44:53 +00:00
Yanshu Zhao c74250b471 Commentout dashboard 2021-01-29 18:22:56 +00:00
Yanshu Zhao 76d2d4d41d Remove mysql to see if fix the issue 2021-01-29 17:45:47 +00:00
Yanshu Zhao 7f5ee030b7 Change back 2021-01-29 16:15:45 +00:00
Yanshu Zhao 78e5b4d03b change memory limit 2021-01-29 15:52:21 +00:00
Yanshu Zhao d27313d50c Add cpu limit 2021-01-29 15:35:44 +00:00
Yanshu Zhao 7348b89d39 Add memory config 2021-01-28 07:28:11 +00:00
Yanshu Zhao fa019d3448 Increase limit 2021-01-28 04:31:57 +00:00
Yanshu Zhao 1e5b138994 Increase memory 2021-01-27 22:39:15 +00:00
Yanshu Zhao b4ee446e47 Add wait=true for the second start of minikube 2021-01-27 16:58:29 +00:00
Medya Ghazizadeh 597091d84b
Merge pull request #10106 from spowelljr/userFlag
Add new flag --user and to log executed commands
2021-01-26 15:44:58 -08:00
priyawadhwa a3225d7dbf
Merge pull request #10230 from priyawadhwa/fix-test-functional
Fix TestFunctional subtests to run for all three runtimes
2021-01-25 12:19:33 -08:00
Priya Wadhwa 9bd1528dbe Add TODO 2021-01-22 15:56:21 -08:00
Priya Wadhwa 7b9ec8ad4d Fix TestFunctional/Logs for all runtimes 2021-01-22 15:48:02 -08:00
Priya Wadhwa 6eaf2fd9d1 fix cache reload to take container runtime into account 2021-01-22 15:30:26 -08:00
Priya Wadhwa 62479fb16a only run TestFunctional/DockerEnv with docker container runtime 2021-01-22 15:03:18 -08:00
Steven Powell 14bcd9ddec added user flag validation and improved some test messages 2021-01-22 15:39:15 -07:00
Steven Powell 82f7df5b56 Add user flag and log executed commands 2021-01-20 17:30:48 -07:00
Ilya Zuyev 227a6af18e Merge branch 'master' into ilyaz/arm64-fixes 2021-01-14 22:06:10 -08:00
Ilya Zuyev d67a57101b simplify validateServiceCmd(..) logic 2021-01-14 15:13:03 -08:00
Ilya Zuyev dacb0b33e2 use k8s.gcr.io/echoserver[-arm]:1.8 for tests 2021-01-14 15:02:09 -08:00
Ilya Zuyev e62aba44c6 revert changes for '--memroy' adjustment in `validateDryRun` 2021-01-14 15:01:24 -08:00
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 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 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
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
Sharif Elgamal 9280a047a9
Merge pull request #9894 from sharifelgamal/hyperkit
fix hyperkit tests
2020-12-10 11:26:44 -08:00
Sharif Elgamal 8968e51dd7 fix hyperkit tests 2020-12-09 11:06:17 -08:00
Jeroen Dekkers 1490562c2a Fix --extra-config when starting an existing cluster 2020-11-29 12:44:15 +01:00
Medya Gh 5d34a5e7e6 add memory limit to all minikube starts in integration test 2020-11-20 14:46:22 -08:00
Medya Gh c237d5d7f1 improve test failure logs for service command 2020-11-19 11:53:04 -08: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
Medya Gh 070567b4d9 skip docker related test on macos gh runner 2020-10-08 14:24:02 -07:00
Sharif Elgamal 4226decf84 delete the correct image 2020-09-17 14:12:48 -07:00
Sharif Elgamal 474c9c2ced Fix cache functional test 2020-09-17 13:57:06 -07:00
Medya Gh f04a7c5c16 spell 2020-09-16 15:01:15 -07:00
Medya Gh bc182ce207 remove docker hub images 2020-09-10 12:58:14 -07:00
Thomas Stromberg 0aba5b5919 lint err reprise 2020-09-02 08:21:35 -07:00
Thomas Stromberg f0a9d55e3d lint err 2020-09-02 07:55:04 -07:00
Thomas Stromberg 0d4b969e1e Add local image integration test for "cache add" 2020-09-02 07:25:43 -07:00
Thomas Strömberg dc5951451b
Merge pull request #8872 from kadern0/issue-8857
Running internal kubectl command when minikube is called as 'kubectl'
2020-09-01 22:44:44 -07:00
Thomas Stromberg 09cdf602b8 Update TestFunctional/parallel/DryRun and TestJSONOutputError to match new behavior 2020-08-31 11:21:23 -07:00
Thomas Stromberg 393aa5926f Fail fast if the context timer has run out 2020-08-22 10:18:15 -07:00
Thomas Stromberg 4e56db1874 testing: Remove use of deprecated ComponentStatusList API 2020-08-21 16:07:39 -07:00
Pablo Caderno 7f7fd8d57c Updated kubectl args
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-17 22:18:50 +10:00
Pablo Caderno 07daab51e3 Go fmtd functional tests file
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-17 21:34:17 +10:00
Pablo Caderno 30b4f202c6 Go fmtd imports
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-17 21:26:26 +10:00
Pablo Caderno cef2139629 Added integration test
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-17 20:52:58 +10:00
Kazuki Suda bbf96e7618
Update an integration test 2020-08-16 14:54:57 +09:00
Medya Gh e236c12e43 typo 2020-08-10 14:48:44 -07:00
Medya Gh b94141916c add verbosity 2020-08-10 14:36:10 -07:00
Medya Gh 65aae5eec7 increase memory for functional test 2020-08-10 11:53:46 -07:00
Sharif Elgamal c1067eb61e remove hardcoding of testdata directory in functional tests 2020-08-04 11:57:10 -07:00
Thomas Stromberg 9e95435e00 Add --cni flag, fix --network-plugin=kubenet 2020-06-23 20:10:25 -07:00
Medya Gh 6c50eac48f add delete test to cache test 2020-06-22 13:29:41 -07:00
Sharif Elgamal 94c6401952 exit out of the soft start test if we can't find old config 2020-05-28 14:42:00 -07:00
Sharif Elgamal 12c1d7e249 actually trim 2020-05-27 16:56:54 -07:00
Sharif Elgamal e2ec890c7d Merge branch 'master' of github.com:kubernetes/minikube into native-ssh 2020-05-27 16:55:55 -07:00
Sharif Elgamal ee764c8df4 add comment 2020-05-27 16:54:03 -07:00
Sharif Elgamal 96f34ea063 fix tests 2020-05-27 15:54:07 -07:00
Medya Gh 76f9a71a18 address review comments 2020-05-27 15:40:43 -07:00
Medya Gh 70e5b52511 address review comments 2020-05-27 13:56:16 -07:00
Medya Gh f1ab31b61b address review comments 2020-05-27 13:45:27 -07:00
Medya Gh 331a416754 remove unrelated changes 2020-05-27 12:28:35 -07:00
Medya Gh e935662fcd remove unrelated changes 2020-05-27 12:26:14 -07:00
Medya Gh c7135e0af9 remove unrelated changes 2020-05-27 12:25:10 -07:00
Medya Gh 1bc374ee63
try one more thing 2020-05-27 00:48:40 -07:00
Medya Gh bfbc39a89d
try sh 2020-05-27 00:23:43 -07:00
Medya Gh 12e911cc1c
try run true for powerhell 2020-05-26 23:52:55 -07:00
Medya Gh d8bbcc03f5
docker-env 2020-05-26 23:30:42 -07:00
Medya Gh dd6ab66e19
fix 2020-05-26 22:47:13 -07:00
Medya Gh 83053359f6
fix build 2020-05-26 21:58:31 -07:00
Medya Gh a7bc03ccda
try pwd 2020-05-26 21:53:07 -07:00
Medya Gh 90af6b97a5
try one more time 2020-05-26 21:32:03 -07:00
Medya Gh 126b172ebd
try to skip all failed ones 2020-05-26 21:14:23 -07:00
Medya Gh a0cd034cfd
try with separate 2020-05-26 20:52:03 -07:00
Medya Gh 6370008b19
try without quot 2020-05-26 19:50:39 -07:00
Medya Gh a98bdd5d60
try without %-- 2020-05-26 18:38:14 -07:00
Medya Gh 56d11a907e
refactor 2020-05-26 15:31:34 -07:00
Medya Gh 7ab632a040
add qutation mark 2020-05-26 14:47:21 -07:00
Medya Gh a4d9a5bc05
try 2020-05-25 21:51:06 -07:00
Medya Gh fad43627ad
skipping more tests for now 2020-05-25 21:47:54 -07:00
Medya Gh e9e53745de
skipping for now 2020-05-25 21:11:52 -07:00
Medya Gh 978fceb63b
fix cache_reload test 2020-05-25 19:58:28 -07:00
Medya Gh 502c79be45
fix mount test for powershell 2020-05-25 19:53:41 -07:00
Medya Gh 7109ef5f5b
try again 2020-05-25 17:56:15 -07:00
Medya Gh 73150f9fdf
try all args in one string for powershell 2020-05-25 17:38:33 -07:00
Medya Gh 8a425f85db
try again 2020-05-25 17:33:54 -07:00