Commit Graph

389 Commits (a502d3e2e10c089aa985108cb9fe7880f152b780)

Author SHA1 Message Date
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
Steven Powell 145f9fc9ab run `go fmt` 2021-09-13 11:58:43 -07:00
Jayesh Srivastava 4551268328
Update functional_test.go 2021-09-09 03:51:52 +05:30
Medya Ghazizadeh 527a3d920f
Merge pull request #12265 from prezha/fix-image-save-cmd
fix image save cmd
2021-08-25 10:45:08 -07:00
Andriy Dzikh 79fa08b26f Remove tcsh test from functional tests (our envs dont work with it). 2021-08-25 08:59:07 -07:00
Predrag Rogic f1ba75f436
fix TestFunctional/parallel/LoadImageFromFile - 2nd race condition 2021-08-24 23:18:54 +01:00
Predrag Rogic c39712803a
fix TestFunctional/parallel/LoadImageFromFile 2021-08-24 22:06:07 +01:00
Predrag Rogic c4bdef14ce
fix TestFunctional/parallel/LoadImageFromFile 2021-08-24 20:02:19 +01:00
Andriy Dzikh 673d63b3cb Rewrite docker-env test and add support for multiple docker-env tests for environments. 2021-08-23 16:04:06 -07:00
Anders F Björklund ab61a07f95 Make sure to use sudo for load/save docker images
Add a test for SaveImage, similar to LoadImage
2021-08-16 18:13:32 +02:00
Steven Powell 4ffd0de205 fix test 2021-08-09 13:41:44 -07:00
Steven Powell 51117f93ba fixed test 2021-08-09 10:52:53 -07:00
Steven Powell b859ede3c0 fix linting 2021-08-06 15:08:35 -07:00
Steven Powell 9a955c23c4 added test that loads an image from a local file 2021-08-06 15:01:38 -07:00
Steven Powell 88a4add138 auto start buildkit daemon on `image load` for containerd 2021-07-29 16:50:29 -07:00
Medya Ghazizadeh c3f1f091ff
Merge pull request #11942 from andriyDev/AddCleanupToCacheTest
Add image cleanup for local image during cache test
2021-07-27 13:30:36 -07:00
Sharif Elgamal ed9c3876fd add test for alternate certificate sync location 2021-07-21 18:01:39 -07:00
Andriy Dzikh 7f1a43bb32 Make LogsCmd and LogsCmdFile serial tests instead of parallel. 2021-07-13 13:24:13 -07:00
Andriy Dzikh 7a38b95f8e Add image cleanup for local image during cache test. 2021-07-08 14:34:34 -07:00
Alexandre Garnier 97c7a1effa Add dashboard port option in corresponding functional test 2021-07-03 16:27:32 +02:00
Medya Gh b5cf45a1d4 resolve conflict 2021-07-01 15:24:28 -04:00
Medya Gh 4b17f546fb check all components 2021-07-01 15:21:32 -04:00
Medya Gh f51a5c1542 semver 2021-07-01 15:21:32 -04:00
Medya Gh f35d99a2bb add --components flag for verion command 2021-07-01 15:21:30 -04:00
Sharif Elgamal c798e5a658
Merge pull request #11626 from sharifelgamal/mitm
add test for proxies with custom certs
2021-07-01 12:12:42 -07:00
Sharif Elgamal 2edbd5cf2b more detailed test description 2021-06-30 16:59:08 -07:00
Steven Powell fdca7d6844 support renaming binary to kubectl.exe and running as kubectl 2021-06-30 20:41:11 +00:00
Sharif Elgamal 74ae65214c change function name 2021-06-30 09:16:25 -07:00
Sharif Elgamal 8504abea89 Merge branch 'master' of github.com:kubernetes/minikube into mitm 2021-06-30 09:10:22 -07:00
Sharif Elgamal c283c807a9 better functional and test name 2021-06-25 11:36:18 -07:00
Sharif Elgamal c6e64f8148 split them out to separate tests for easier debugging 2021-06-24 15:41:04 -07:00
Sharif Elgamal 7b4f21bc39 lint 2021-06-24 14:32:26 -07:00
Sharif Elgamal a770cfe2eb fix error message 2021-06-24 13:48:51 -07:00
Sharif Elgamal b37ddae69e refactor test to avoid copy/paste nonsense 2021-06-24 13:47:03 -07:00
Sharif Elgamal a1b348851e improve success check 2021-06-24 13:12:47 -07:00
Sharif Elgamal b91fda3496 don't run corp proxy test on arm64 2021-06-24 12:49:43 -07:00
Sharif Elgamal 1f1ec555aa fix checks for which proxy to use 2021-06-24 11:10:00 -07:00
Sharif Elgamal b19593d9aa mimic other proxy test more closely 2021-06-24 10:49:47 -07:00
Sharif Elgamal cf7fab6c24 proper cleanup for the proxy 2021-06-24 10:05:47 -07:00
Sharif Elgamal 348c34a291 explicitly test for cert file existence 2021-06-23 17:41:52 -07:00
Sharif Elgamal a602fc21d6 explicitly set cert directory 2021-06-23 16:02:57 -07:00
Sharif Elgamal 0932900abb fix lint 2021-06-22 17:15:04 -07:00
Sharif Elgamal f9d87ca4b7 untar to specific dir 2021-06-22 16:58:05 -07:00
Sharif Elgamal cc5de4cb6f use mitmdump binary instead of mitmproxy docker image 2021-06-22 14:57:53 -07:00
Andriy Dzikh dd3348b6fe Move testCpCmd to helpers since it is used by both functional tests and multi node test. 2021-06-22 14:34:55 -07:00
Sharif Elgamal abff5bd019 Merge branch 'master' of github.com:kubernetes/minikube into mitm 2021-06-21 16:52:11 -07:00
Sharif Elgamal 7d7db7b243 debugging 2021-06-21 16:34:02 -07:00
Andriy Dzikh d38f2f0149 Add functional test for ensuring international language is used. 2021-06-18 10:01:48 -07:00