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
Sharif Elgamal
8e61a961e8
Merge pull request #12473 from sharifelgamal/gcp-auth-test
...
make sure to delete image pull secrets on gcp auth addon disable
2021-09-15 17:12:09 -07:00
Sharif Elgamal
ea77a19074
run gcp auth serially after all the other tests to avoid collision with CSI test
2021-09-15 12:25:22 -07:00
Sharif Elgamal
e208803793
fix boilerplate date
2021-09-15 11:35:58 -07:00
Claudiu Belu
5725517088
Updates E2E test images registry
...
We're moving away from google.com gcp projects. These images are now on community-owned infra.
Note that the dnsutils image has been centralized into the agnhost image.
2021-09-15 10:37:47 -07:00
Sharif Elgamal
777a2e91e7
add a retry to gcp auth disable to account for disappearing service accounts
2021-09-14 18:12:58 -07:00
Sharif Elgamal
803fc43e26
fix ingress-dns addon and add test
2021-09-14 17:41:26 -07:00
Medya Ghazizadeh
9f96701d8f
Merge pull request #12458 from minikube-bot/auto_bump_golint_version
...
bump golint version
2021-09-13 16:30:45 -07:00
Steven Powell
145f9fc9ab
run `go fmt`
2021-09-13 11:58:43 -07:00
Sharif Elgamal
18df54221d
change test names to fix flake reports
2021-09-10 16:00:17 -07:00
Steven Powell
3e25ee3dfe
Merge pull request #12381 from jayesh-srivastava/master
...
Updated version.go with crun version
2021-09-09 10:51:33 -07:00
Jayesh Srivastava
4551268328
Update functional_test.go
2021-09-09 03:51:52 +05:30
Sharif Elgamal
f0e4aff533
fix addons test for cloud shell
2021-08-31 16:04:47 -07:00
Sharif Elgamal
55c40f8220
Merge branch 'master' of github.com:kubernetes/minikube into gcp-cs
2021-08-26 13:32:10 -07:00
Medya Ghazizadeh
219580efcc
Merge pull request #12325 from prezha/fix-ingress-v1.22
...
Bump default Kubernetes version to v1.22.1 and update addons to with new API (ingress, gcpauth, olm and cilium)
2021-08-25 10:48:14 -07:00
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
Sharif Elgamal
2bb50e412f
Merge pull request #12332 from andriyDev/TCSHEnvSupport
...
Add support for tcsh in docker-env subcommand
2021-08-25 10:09:20 -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
Predrag Rogic
7466e4a109
fix gcpauth and olm for k8s v1.22+
2021-08-24 18:40:22 +01:00
Predrag Rogic
abd52901cf
fix ingress for k8s v1.22+
2021-08-24 18:05:44 +01:00
Predrag Rogic
6efbd1ce13
merge
2021-08-24 04:20:52 +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
Sharif Elgamal
42d3f3b92f
Merge branch 'master' of github.com:kubernetes/minikube into gcp-cs
2021-08-23 15:40:30 -07:00
Sharif Elgamal
32577cc801
Merge branch 'master' of github.com:kubernetes/minikube into cs-start-stop
2021-08-23 14:02:24 -07:00
Sharif Elgamal
4bc5cb77d1
Merge branch 'master' of github.com:sharifelgamal/minikube into gcp-cs
2021-08-23 11:11:16 -07:00
Sharif Elgamal
fe6cbc4e42
add extra options to minikube start directly
2021-08-20 15:34:53 -07:00
Sharif Elgamal
daff8762be
add extra config for cloud shell start
2021-08-19 17:25:42 -07:00
Sharif Elgamal
c5246ad15e
Merge branch 'master' of github.com:kubernetes/minikube into cs-start-stop
2021-08-19 16:45:10 -07:00
Jack Zhang
def3f067a8
Support Ingress on MacOS, driver docker
2021-08-17 10:27:21 +08:00
Sharif Elgamal
bd9dd612ed
Merge branch 'master' of github.com:kubernetes/minikube into gcp-cs
2021-08-16 16:52:41 -07:00
Sharif Elgamal
f74789656b
remove outdated param in tiller test
2021-08-16 16:46:39 -07:00
Medya Ghazizadeh
29117e3c13
Merge pull request #12230 from medyagh/v1beta_depricate
...
bump calico to v3.20 and move away from v1beta apis
2021-08-16 16:38:16 -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
Andriy Dzikh
5c0177aff6
Replace setupFailed with setupSucceeded because the Go docs lied.
2021-08-13 15:26:39 -07:00
Andriy Dzikh
7697b41c73
Move test skipping to start of TunnelTest.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
486e475929
Propagate t.Fatalf on setup failure and ensure cleanup is done correctly for TestAddons.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
c67ceaabee
Fix tunnel test.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
58ab8876b5
Fix TestGuestEnvironment structure.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
1d2b78197b
Fix TestAddons to perform setup in a subtest and final checks in another subtest.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
e7c190b326
Fix TestJSONOutput tests when failing on the specific command.
2021-08-13 14:17:57 -07:00
Andriy Dzikh
6f608d3704
Fix TestStoppedBinaryUpgrade structure so most of the potentially broken code is in a leaf subtest.
2021-08-13 14:17:57 -07:00
Sharif Elgamal
371becaf73
tMerge branch 'master' of github.com:kubernetes/minikube into gcp-cs
2021-08-13 14:08:23 -07:00
Medya Ghazizadeh
e51c5b1c37
Merge pull request #12227 from spowelljr/increaseStoppedBinaryTimeout
...
test: Increase time waiting for `minikube stop` to complete
2021-08-13 12:44:51 -07:00
Medya Gh
ccf4af0997
change depricated golint to revive and fix lint issues
2021-08-12 18:11:16 -07:00
Sharif Elgamal
cf10ce5663
run simple test for cloud shell
2021-08-12 14:40:42 -07:00
Steven Powell
5f85842b07
skip describing non-running pods if none present
2021-08-12 13:55:53 -07:00
Medya Gh
4e32f41c83
move away from v1beta apis
2021-08-10 14:24:43 -07:00
Steven Powell
c6a4fd9f68
increase time waiting for stop to complete
2021-08-10 13:10:31 -07:00
Sharif Elgamal
3acbd2fc90
gcp-auth: improve flow for GCE/Cloud Shell
2021-08-10 12:57:10 -07:00
Steven Powell
de8a1ba40b
Merge pull request #12143 from spowelljr/imageLoadTar
...
Fix loading an image from tar failing on existing delete
2021-08-09 15:14:58 -07:00
Steven Powell
4ffd0de205
fix test
2021-08-09 13:41:44 -07:00
Sharif Elgamal
9995961a77
Merge pull request #12106 from sharifelgamal/more-reg
...
configure gcp-auth addon pull secret to work with all GCR and AR mirrors
2021-08-09 12:02:31 -07:00
Steven Powell
51117f93ba
fixed test
2021-08-09 10:52:53 -07:00
Steven Powell
92a3f8c365
fix not appending .exe to binary
2021-08-06 16:21:57 -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
Medya Ghazizadeh
463da0e231
Merge pull request #12132 from andriyDev/SyncLegacyVersions
...
Move legacy version selection to its own function so tests are synced
2021-08-05 14:20:54 -07:00
Sharif Elgamal
078344e4ea
Merge pull request #12125 from spowelljr/fixScheduledStop
...
Fix ScheduledStop tests
2021-08-05 14:04:02 -07:00
Andriy Dzikh
b1b7018606
Move legacy version selection to its own function so both tests are synchronized.
2021-08-05 09:26:43 -07:00
Steven Powell
f089c7f8e1
fix PATH separator for Windows
2021-08-05 00:37:46 +00:00
Steven Powell
85d4b20a6c
added comment
2021-08-04 17:12:07 -07:00
Steven Powell
87d208545c
fix ScheduledStop tests
2021-08-04 17:02:08 -07:00
Sharif Elgamal
c1e386f4f2
add new eu image yaml
2021-08-03 13:22:38 -07:00
Sharif Elgamal
3d79bba97d
configure gcp-auth addon pull secret to work with all GCR and AR mirrors
2021-08-03 11:48:20 -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
Medya Ghazizadeh
c6ff62046c
Merge pull request #11979 from andriyDev/MountPort
...
Add configurable port for minikube mount
2021-07-26 15:30:45 -07:00
Medya Ghazizadeh
11200f8778
Merge pull request #12035 from sharifelgamal/custom-cert
...
make sure to sync certs from all documented locations
2021-07-23 14:00:12 -07:00
Sharif Elgamal
ed9c3876fd
add test for alternate certificate sync location
2021-07-21 18:01:39 -07:00
Steven Powell
3b26a57928
updated PingHostFrom2Pods test to actually ping the host from the pod
2021-07-20 17:02:11 -07:00
Andriy Dzikh
5ca1164fb9
Create test for mounting with port.
2021-07-14 17:52:21 -07:00
Andriy Dzikh
7f1a43bb32
Make LogsCmd and LogsCmdFile serial tests instead of parallel.
2021-07-13 13:24:13 -07:00
Steven Powell
961bbbe0aa
Merge pull request #11553 from zigarn/dashboard-set-port
...
Allow to set the dashboard proxyfied port
2021-07-12 16:53:32 +00:00
Andriy Dzikh
7a38b95f8e
Add image cleanup for local image during cache test.
2021-07-08 14:34:34 -07:00
Rajwinder Mahal
0da9c4b4c1
Fix typo in multinode_test.go
2021-07-07 16:35:16 -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
99ba231b50
Merge pull request #11819 from spowelljr/fixKubectlDirectCall
...
windows: support renaming binary to `kubectl.exe` and running as kubectl
2021-07-01 11:03:04 -07:00
Sharif Elgamal
2edbd5cf2b
more detailed test description
2021-06-30 16:59:08 -07:00
Sharif Elgamal
d8f8e3faf7
Merge pull request #11803 from sharifelgamal/mac-test
...
try less parallelization for macOS tests
2021-06-30 14:17:48 -07:00
Steven Powell
fdca7d6844
support renaming binary to kubectl.exe and running as kubectl
2021-06-30 20:41:11 +00:00
Medya Ghazizadeh
b8596f1a13
Merge pull request #11811 from medyagh/go_mod_godame
...
bump go mod libs manually
2021-06-30 15:50:45 -04: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
045411ea57
hardcode to 2
2021-06-29 16:39:41 -07:00
Sharif Elgamal
5d11a87a7b
Merge branch 'master' of github.com:kubernetes/minikube into mac-test
2021-06-29 13:27:14 -07:00
Medya Gh
861d81b335
remove dep to azure lib
2021-06-29 16:07:37 -04:00
Medya Gh
47dbbac0d9
revert azure sdk
2021-06-29 16:03:27 -04:00
Steven Powell
a75a742e71
simplified calculating limit
2021-06-29 12:40:15 -07:00
Medya Gh
89c7853601
bump go mod libs manually
2021-06-29 15:24:59 -04:00
Sharif Elgamal
73e42a9a8c
change parallelization in code
2021-06-29 11:46:38 -07:00
Steven Powell
5024c49197
update comment
2021-06-29 09:42:10 -07:00
Steven Powell
452d3023b1
lower parallelism when testing on Windows
2021-06-29 09:38:22 -07:00
Sharif Elgamal
c283c807a9
better functional and test name
2021-06-25 11:36:18 -07:00
Sharif Elgamal
f5547468d3
Merge pull request #11742 from andriyDev/multinode-depend
...
Move testCpCmd to helpers_test
2021-06-24 16:48:14 -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
Medya Ghazizadeh
cb2e8e18e7
Merge pull request #11632 from ilya-zuyev/ilyaz/fix_vm_ctrd_timeout
...
Restore "containerd: upgrade io.containerd.runtime.v1.linux to io.containerd.runc.v2 (suppot cgroup v2)" #2
2021-06-24 17:09:53 -04: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
Andriy Dzikh
ae8cfa992a
Create integration test for multinode restart.
2021-06-22 14:20:33 -07:00
Ilya Zuyev
debf83c4b6
Update tests
2021-06-21 20:00:00 -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
Ilya Zuyev
3ef400ddee
Merge branch 'master' into ilyaz/fix_vm_ctrd_timeout
2021-06-21 14:55:01 -07:00
Andriy Dzikh
d38f2f0149
Add functional test for ensuring international language is used.
2021-06-18 10:01:48 -07:00
Ilya Zuyev
84f4312f95
update integration tests
2021-06-16 13:48:20 -07:00
Ilya Zuyev
76ba964438
Fix messages and warnings
2021-06-15 14:41:33 -07:00
Ilya Zuyev
071c2de143
change legacyVersion for vm/containerd integration tests
2021-06-15 13:36:37 -07:00
Ilya Zuyev
1046898a63
try delete-on-failure option
2021-06-14 21:44:02 -07:00
Ilya Zuyev
e50e9de069
fix int test
2021-06-10 23:03:00 -07:00
Sharif Elgamal
8d878532ff
lint
2021-06-10 15:57:21 -07:00
Sharif Elgamal
29dda75538
add 90 second timeout
2021-06-10 15:06:56 -07:00
Sharif Elgamal
318233978d
make sure to only run one proxy test or the other
2021-06-10 14:34:24 -07:00
Sharif Elgamal
eb12283b43
add cleanup
2021-06-10 13:50:19 -07:00
Sharif Elgamal
e367b78e6d
run minikube start and check for error
2021-06-10 13:38:52 -07:00
Sharif Elgamal
8390d9de1b
more of the test is written now
2021-06-10 10:40:53 -07:00
ilya-zuyev
e37f4e4014
Revert "Restore "containerd: upgrade io.containerd.runtime.v1.linux to io.containerd.runc.v2 (suppot cgroup v2)""
2021-06-09 15:26:01 -07:00
Steven Powell
07b89c9b94
moved parentn logic into subtest
2021-06-08 13:30:23 -07:00
Sharif Elgamal
5ce895bdc6
add mitm test
2021-06-08 13:27:33 -07:00
Steven Powell
bcbf87306e
fix truncation on Windows
2021-06-08 12:19:21 -07:00
Steven Powell
7b65030ff1
added func to get log files
2021-06-08 12:19:21 -07:00
Steven Powell
44d0312a8a
fix typo in comment
2021-06-08 12:19:21 -07:00
Steven Powell
693cd7c6da
restructure TestErrorSpam to decrease test duration
2021-06-08 12:19:21 -07:00
Ilya Zuyev
6ed370502f
Merge branch 'master' into ilyaz/fix_ctrd
2021-06-04 10:27:41 -07:00
Ilya Zuyev
13e02b1924
Fix logs
2021-06-04 10:27:35 -07:00
Ilya Zuyev
4bb1752d3d
Fix integration test
2021-06-03 12:20:50 -07:00
Sharif Elgamal
d76259e86f
Merge pull request #11528 from andriyDev/FixDownloadOnlyTest2
...
Change PreloadExists to report no preload for BareMetal drivers
2021-06-02 12:59:15 -07:00
Andriy Dzikh
f9f3ef9a09
Pass driverName into Preload and PreloadExists to report no preload for BareMetal.
2021-05-27 15:02:00 -07:00
Andriy Dzikh
a8136ec322
Move InstallOrUpdate to its own package.
2021-05-27 15:01:58 -07:00
Medya Ghazizadeh
89604fcbce
Merge pull request #11516 from medyagh/disable_docker
...
Disable Non-Active Containers Runtimes
2021-05-27 13:07:43 -07:00
Medya Gh
be7c85b1a8
skip on none driver
2021-05-27 12:22:46 -07:00
Medya Gh
89e2b64a06
lint
2021-05-26 18:36:01 -07:00
Medya Ghazizadeh
1c1e447348
Merge pull request #11461 from andriyDev/RepeatBinaryDownloads
...
Prevent downloading duplicate binaries already present in preload
2021-05-26 18:25:40 -07:00
Medya Gh
e334761327
update docs
2021-05-26 18:19:53 -07:00
Medya Gh
04bfa20d48
generate docs
2021-05-26 18:02:50 -07:00
Medya Gh
e26750b646
add integration test
2021-05-26 17:58:58 -07:00
Andriy Dzikh
a89d404903
Skip binary check if preload exists.
2021-05-26 15:34:13 -07:00
ilya-zuyev
14a1c3f968
Merge pull request #11474 from ilya-zuyev/ilyaz/gh_11335_test_net_plugins_false_start
...
Extra check for disabled cni with containerd/crio integration test
2021-05-21 10:31:39 -07:00
Ilya Zuyev
06d6a5c675
remove an empty line
2021-05-20 16:29:16 -07:00
Ilya Zuyev
85242d0711
in integration test - validate the exit code
2021-05-20 16:23:44 -07:00
Medya Ghazizadeh
b5499b4c2a
Merge pull request #11394 from ilya-zuyev/ilyaz/gh_11335_test_net_plugins_false_start
...
Skip network tests with disabled CNI for containerd/crio runtimes
2021-05-20 16:20:04 -07:00
Steven Powell
a60a6e215b
Merge pull request #11387 from vigothehacker/issue-11382
...
Use the first non flag argument for the log file name instead of the first argument
2021-05-20 15:51:33 -07:00
Ilya Zuyev
5600ee6755
Reorganize functional tests
2021-05-20 14:43:51 -07:00
Ilya Zuyev
e254c0750b
Reorganize functional tests
2021-05-20 14:34:43 -07:00
Ilya Zuyev
5a0f955970
Update tests
2021-05-20 10:58:38 -07:00
Ilya Zuyev
32883fc5ca
fix tests
2021-05-19 15:38:28 -07:00
Ilya Zuyev
d185d765a1
update tests
2021-05-19 15:13:21 -07:00
Ilya Zuyev
03600d9afc
Add integration test
2021-05-19 13:25:42 -07:00
Andriy Dzikh
46884123a8
Run make generate-docs.
2021-05-18 14:10:39 -07:00
Andriy Dzikh
7998c8d691
Create tests to ensure custom addon images persist.
2021-05-18 14:10:39 -07:00
VigoTheHacker
b8b19252f5
resolution for the comments
2021-05-18 16:38:31 +05:30
Ilya Zuyev
10da147ec8
Merge branch 'master' into ilyaz/gh_11335_test_net_plugins_false_start
2021-05-17 18:53:05 -07:00
Ilya Zuyev
88679cc8c4
fix container runtime check
2021-05-17 15:21:32 -07:00
Ilya Zuyev
6e12f46c38
move comment
2021-05-17 15:11:55 -07:00
Predrag Rogic
4e967acbae
avoid error, improve test
2021-05-17 21:18:27 +01:00
Predrag Rogic
0a3a92e09c
move to separate subtest
2021-05-17 21:14:59 +01:00
Predrag Rogic
260d22cd57
rename func, add comments
2021-05-17 21:14:59 +01:00
Predrag Rogic
3ddb4e30b3
add host.minikube.internal to coredns
2021-05-17 21:14:35 +01:00
ilya-zuyev
78618d04fc
Merge pull request #11412 from ilya-zuyev/ilyaz/gh_11333_kindnet_with_containerd
...
Skip network test with kubenet if container runtime is not docker
2021-05-17 12:46:44 -07:00
Ilya Zuyev
967aa73ea4
fix container runtime check
2021-05-17 10:40:51 -07:00
Ilya Zuyev
3ccae6c6db
trigger build
2021-05-14 17:36:29 -07:00
Medya Ghazizadeh
707af502f3
Merge pull request #11300 from ilya-zuyev/ilyaz/gh_11293
...
Fix getting of gateway IP for podman driver
2021-05-14 17:04:24 -07:00
Ilya Zuyev
7f6aac1c6a
trigger build
2021-05-14 16:06:17 -07:00
ilya-zuyev
2a2ffeb380
Merge pull request #11304 from daehyeok/copy_node
...
Implement target node option for cp command
2021-05-14 15:59:11 -07:00
Ilya Zuyev
2977b9baab
Add comment
2021-05-14 12:05:22 -07:00
Ilya Zuyev
94c338acff
Add comment
2021-05-14 12:03:42 -07:00
Ilya Zuyev
14a94d214f
Skip network test with kindnet if container runtime is not docker
2021-05-14 10:46:01 -07:00
VigoTheHacker
4cce85b6a9
refactoring for the PR
2021-05-14 14:12:32 +05:30
Steven Powell
4f50ca45a8
fix TestFunctional/parallel/LoadImage by using diff base images
2021-05-13 13:31:17 -07:00
Medya Ghazizadeh
db917920b5
Merge pull request #11374 from ilya-zuyev/ilyaz/hairpin_test
...
Fix TestNetworkPlugins/group/auto/HairPin
2021-05-13 11:45:57 -07:00
Daehyeok Mun
7c2e963392
Implement target node option for cp command
2021-05-13 10:47:09 -07:00
Ilya Zuyev
4c8a91ad29
Build fix
2021-05-13 10:45:05 -07:00
VigoTheHacker
d8f53e4bd2
run a single test before running multiple tests
2021-05-13 15:59:45 +05:30
VigoTheHacker
ce656e9f46
use generated charts, remove error code when running make test
2021-05-13 15:47:30 +05:30
Peixuan Ding
d156e5cbed
Fix TestKubernetesUpgrade
...
Signed-off-by: Peixuan Ding <pding@freewheel.com>
2021-05-12 21:35:22 -04:00
VigoTheHacker
dac02d47f1
add tests for generated logs
2021-05-13 06:39:04 +05:30
Ilya Zuyev
6e77df7989
Skip network tests with disabled CNI for containerd/crio runtimes
2021-05-12 15:39:53 -07:00
Ilya Zuyev
a3e4feb04d
Merge branch 'master' into ilyaz/hairpin_test
2021-05-12 13:02:27 -07:00
Ilya Zuyev
90f67f5d5d
fix comments
2021-05-11 16:59:08 -07:00
Ilya Zuyev
bf74394adf
add comments
2021-05-11 13:12:36 -07:00
Ilya Zuyev
7e5e82b8d7
test for hairpinMode=true for default CNI with containerd and cri-o runtimes
2021-05-11 11:30:47 -07:00
Peixuan Ding
7d678302de
fix flaky OLM addon test by increasing timeout limit
2021-05-07 17:56:05 -04:00
Medya Gh
4dedda461e
skip olm,
2021-05-06 10:50:15 -07:00
Medya Gh
38dac5b276
skip olm test
2021-05-06 10:49:14 -07:00
Andriy Dzikh
4051ba55b4
Create functional integration test for logs --file argument.
2021-05-05 16:18:15 -07:00
Ilya Zuyev
fe392b4233
When getting a gateway IP for podman container inspect per-network data as well
2021-05-05 15:09:46 -07:00
Ilya Zuyev
30f8a38fff
add functional_podman_ubuntu test
...
Fix test error messages
Fix test comment and docs
2021-05-05 13:49:51 -07:00
Steven Powell
9d98c09f03
added back error check
2021-05-04 16:30:29 -07:00
Steven Powell
459c42bf48
dont check exit code of minikube logs in logs duration test
2021-05-04 16:12:19 -07:00
Steven Powell
29a6825714
explicitly check for DeadlineExceeded
2021-05-04 13:41:40 -07:00
Steven Powell
8071aad4df
add explicit timeout failure message
2021-05-04 09:40:01 -07:00
Steven Powell
e2690573b0
added minikube logs timeout integration test
2021-05-03 18:02:59 -07:00
Medya Ghazizadeh
114e826ede
Merge pull request #10947 from kadel/update-olm-addon-0.17.0
...
Update olm addon to v0.17.0
2021-05-03 15:05:00 -07:00
Tomas Kral
a3be004a29
remove skip from olm integration test
2021-05-03 13:17:49 -07:00
Anders F Björklund
6012a8f61d
Add new functional test for ListImages as well
2021-05-01 13:48:24 +02:00
Anders F Björklund
6f236a0655
Make separate image for the remove functional test
...
Removing the busybox image can make the build fail
2021-05-01 13:44:32 +02:00
Medya Ghazizadeh
b31da8d335
Merge pull request #11189 from govargo/fix-ingress-addon
...
[Ingress Addon] Fix bug which the networking.k8s.io/v1 ingress is always rejected
2021-04-25 14:42:37 -07:00
Kent Iso
cc9afff3ce
Fix bug which the networking.k8s.io/v1 ingress is always rejected by ValidatingWebhookConfiguration
2021-04-25 06:35:49 +09:00
Anders F Björklund
4d0c0c6b25
The docker container runtime doesn't show name
...
It hides the docker.io and the "library" parts
2021-04-23 23:42:39 +02:00
Anders F Björklund
5d8d3d3e55
Use canonical names for the functional test images
...
And add some cleanup and improved logging as well
2021-04-23 22:00:17 +02:00
Anders F Björklund
c9a0a7a8aa
Move the BuildImage test over to functional test
2021-04-23 17:50:02 +02:00
Anders F Björklund
93c40d1f31
Make sure to start buildkit socket for containerd
2021-04-22 09:02:42 +02:00
Anders F Björklund
a5f835bb02
Add skeleton for minikube image integration test
2021-04-22 08:53:34 +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 Ghazizadeh
6ad8cd7d22
Merge pull request #11030 from prezha/fix-insufficient-memory
...
fix insufficient memory issues
2021-04-20 09:52:30 -07:00
Medya Ghazizadeh
85443b65e1
Merge pull request #11150 from medyagh/golang_ci_bump
...
bump golangci-lint to latest v1.39.0
2021-04-19 16:21:59 -07:00
Predrag Rogic
6448d8567f
fix "panic: runtime error: index out of range" error in integration.validateDeployAppToMultiNode
2021-04-19 23:19:26 +01: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
7cd2dcfee8
fill in missing docs
2021-04-16 14:01:04 -07:00
Sharif Elgamal
0ed5b13995
add docs for all integration tests and generate docs with them
2021-04-16 13:42:41 -07:00
Sharif Elgamal
baf7381536
don't run error spam test in parallel
2021-04-12 15:53:28 -07:00
Predrag Rogic
3860730a1a
fix insufficient memory issues
2021-04-08 23:39:12 +01:00
Predrag Rogic
74537ca47f
bump
2021-04-07 19:30:37 +01:00
Predrag Rogic
e42d0b5da0
fix flake TestErrorSpam
2021-04-07 16:46:15 +01:00
Medya Ghazizadeh
d8b5e28875
Merge pull request #10985 from prezha/multinode-cni-dns
...
Fix CNI issue related to picking up wrong CNI
2021-04-05 13:13:33 -07:00
Sharif Elgamal
c9c9c68af3
find the right combination of if statements
2021-04-05 10:12:13 -07:00
Predrag Rogic
387ad774bb
multinode: fix kindnet and dns issues
2021-04-05 16:18:37 +01:00
Sharif Elgamal
4a280f6099
adding dummy creds back for cloud shell
2021-04-02 13:02:18 -07:00
Sharif Elgamal
0ecdc07279
Fix gcp-auth tests for cloud shell
2021-04-02 11:15:53 -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
cafb10ff00
Merge pull request #10950 from govargo/bump-metrics-server
...
Addon: bump metrics-server to v0.4.2
2021-03-29 09:23:00 -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
Kent Iso
26dac162b8
bump metrics-server to v0.4.2
2021-03-29 23:32:08 +09: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
Tharun
a0487d7277
add check for minikube status after cancelling scheduled stops in test
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-25 06:52:35 +05:30
Medya Ghazizadeh
fe5f5d997f
Merge pull request #10906 from tharun208/feat/not_mention_timeToStop
...
status: Omit `timeToStop` if nonexistent
2021-03-24 17:45:57 -07:00
Sharif Elgamal
df4224a058
fix lint
2021-03-24 17:11:11 -07:00
Sharif Elgamal
4791950cf8
actual valid yaml would be nice
2021-03-24 17:00:19 -07:00
Sharif Elgamal
c7a4605422
fix up tests for GCE
2021-03-24 16:52:02 -07:00
Sharif Elgamal
0bfee479ed
add integration test for pulling private image
2021-03-24 16:18:28 -07:00
ilya-zuyev
9136127de6
Merge pull request #10774 from ilya-zuyev/ilyaz/arm64_integration_tests
...
run arm64 integration tests on jenkins
2021-03-24 13:49:11 -07:00
Ilya Zuyev
8f7688d60e
fix TestStoppedBinaryUpgrade test
2021-03-24 10:59:51 -07:00
Tharun
c03b282026
add check for timeToStop field in minikube status
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-24 23:15:41 +05:30
Tharun
628a4a8319
not mention timeToStop in status instead of showing NonExistent
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-24 11:37:57 +05:30
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
Ilya Zuyev
d0f066482b
Add comments
2021-03-23 19:53:57 -07:00
Sharif Elgamal
3b43d8e278
Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth
2021-03-23 18:53:11 -07:00
Medya Ghazizadeh
c48a70f38b
Merge pull request #10683 from prezha/k8s-libs-upgrade
...
k8s libs: upgrade to v0.20.5
2021-03-23 16:20:09 -07:00
Sharif Elgamal
afccdd2acc
Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth
2021-03-23 16:19:37 -07:00
Ilya Zuyev
2537ca6e7d
Skip helm addon integration test on arm64
2021-03-23 13:37:43 -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
Predrag Rogic
368703ca35
k8s libs: upgrade to v0.20.5
2021-03-23 14:28:00 +00:00
Medya Ghazizadeh
f29366a596
Merge pull request #10722 from hetong07/deocker-env-windows
...
docker-env: improve detecting powershell if SSHed from linux
2021-03-23 01:07:31 -07:00
Medya Ghazizadeh
f39a3c1504
Merge pull request #10425 from bharathkkb/fix-multiple-log-files
...
Generate one log file per minikube command
2021-03-23 00:54:10 -07:00
Medya Ghazizadeh
38ed70aa32
Merge pull request #10798 from govargo/csi-hostpath-v1.6.0
...
Upgrade csi-hostpath-driver addon to v1.6.0
2021-03-23 00:01:29 -07:00
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
Ilya Zuyev
d6572d87a2
Merge branch 'master' into ilyaz/arm64_integration_tests
2021-03-19 14:04:24 -07:00
Ilya Zuyev
275f743e9f
support arch in downloadURL
2021-03-19 13:55:11 -07:00
Kent Iso
fb216ddc93
Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0)
2021-03-20 04:07:21 +09:00
Kent Iso
788e910073
Upgrade csi-hostpath addon to v1.6.0
2021-03-19 21:48:48 +09:00
bharathkkb
bd406f50a5
address comments
2021-03-16 21:25:17 -05:00
Sharif Elgamal
cfd9556468
Merge branch 'master' of github.com:kubernetes/minikube into gcr-auth
2021-03-16 15:15:09 -07:00
Medya Ghazizadeh
31f9ab55b4
Merge pull request #10526 from hetong07/multinode-test
...
test: Add new test for multinode: two pods on two nods have different IPS
2021-03-16 09:35:33 -07:00
Sharif Elgamal
294f044821
add creds for docker pull to gcp-auth
2021-03-15 11:39:06 -07:00
bharathkkb
79721246b1
switch test cmd
2021-03-14 13:14:07 -05: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
Medya Gh
ee74d42eba
merge conflict
2021-03-11 01:14:06 -08:00
Sharif Elgamal
86080e50b6
fix gcp-auth test
2021-03-10 13:57:24 -08:00
Sharif Elgamal
db79518adc
fix gcp auth test
2021-03-10 09:09:04 -08:00
BLasan
57150e6d50
Remove unwanted docker images after functional test
2021-03-10 08:23:22 +05:30
Sharif Elgamal
a3544ae90a
create detect package
2021-03-09 15:11:54 -08:00
Sharif Elgamal
a2b737b8db
fix startup
2021-03-09 14:41:19 -08:00
Sharif Elgamal
eb1ee1f931
account for GCE in addons test
2021-03-09 14:32:02 -08:00
Sharif Elgamal
d12afd6ae5
Merge branch 'master' of github.com:kubernetes/minikube into auth-gce
2021-03-08 12:07:28 -08:00
Sharif Elgamal
5a5abedb3e
support force in addons enable command
2021-03-08 08:47:39 -08:00
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
1beaaf2862
Merge pull request #10654 from govargo/bump-volumesnapshot-v1
...
Upgrade VolumeSnapshot to GA(v1)
2021-03-05 20:41:30 -08:00
Medya Ghazizadeh
6072d12b7d
Revert "pause: bump to newest image v3.4.1"
2021-03-05 11:43:53 -08:00
hetong07
b4c4424f14
Validate each node could resolve a local service, and rename the delopyment file name.
2021-03-04 16:26:59 -08:00
hetong07
24df623049
Multinode-test: create 2 pods deployment and validate the DNS is available to them.
2021-03-04 16:01:26 -08:00
Medya Ghazizadeh
3d27f0f4ad
Merge pull request #10666 from prezha/pause-bump-to-v3.4.1
...
pause: bump to newest image v3.4.1
2021-03-04 15:13:47 -08:00
Kent Iso
5a9e5fecf2
Upgrade VolumeSnapshot to GA(v1)
2021-03-04 00:02:27 +09:00
Steven Powell
e7a35107e7
ignore JSON entries that are not of type step
2021-03-02 17:23:43 -07: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
bharathkkb
015b721f17
feat: add default log_file name
...
add max log size, add tests, update website docs
fix func comments
address comments
fix docs
fail fast
add tests to TestErrorSpam, switch to using log
2021-02-28 17:12:22 -06: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