Commit Graph

2037 Commits (fff6121a03ea587aa8ea1fae384fba36b8e3d99b)

Author SHA1 Message Date
Medya Gh 0610a1f81e use legacy func in test 2023-06-14 11:57:47 -07:00
Anders F Björklund 257642245b The CNI warnings are not given for Docker
You can still use other network plugins, with it.

Just that cni is now used by default, for 1.24 up.
2023-06-13 20:33:26 -07:00
Anders F Björklund 425f129978 Replace hardcoded docker check with cni check 2023-06-13 20:33:26 -07:00
Steven Powell 64df06f08a
Merge pull request #15079 from ComradeProgrammer/fix_14592
fix: quit minikube service when there is no available pods
2023-06-12 10:42:08 -07:00
Товарищ программист ec9c259df3
Update test/integration/functional_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 21:43:54 +08:00
Steven Powell f78b0cbe6a TestPreload: Fix image list with cri-o CRI 2023-06-08 12:31:13 -07:00
Товарищ программист dbbed77623
Update test/integration/functional_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-07 23:09:30 +08:00
Товарищ программист 55868b1736 fix: quit minikube service when there is no available pods 2023-06-05 16:16:02 -07:00
Steven Powell 3631db33a2
Merge pull request #16069 from spowelljr/updateUbuntu22
Kicbase: Update base image to Ubuntu 22.04
2023-05-17 11:13:06 -07:00
Medya Ghazizadeh dca5e634c5
Merge pull request #16489 from spowelljr/useGCRRegistry
testing: Use GCR image to prevent Docker Hub rate limits
2023-05-16 10:31:39 -07:00
Medya Ghazizadeh 642583ef60
Merge pull request #16492 from spowelljr/addSetupSubtest
testing: added Setup subtest for ImageBuild
2023-05-16 10:30:51 -07:00
Steven Powell 5b63431c6d fix ImageLoadFromFile reporting false failures 2023-05-15 12:22:11 -07:00
Steven Powell 9a4aed37ca add --alsologtostderr to functional images tests 2023-05-15 10:54:37 -07:00
Medya Ghazizadeh 2f2eeea723
Merge pull request #16491 from spowelljr/updateSkaffoldTest
test: Updated skaffold test to help prevent Docker Hub pull limit
2023-05-12 14:45:10 -07:00
Steven Powell 2dff834f92 added docker.io to all Docker Hub images that didn't have it 2023-05-12 09:44:24 -07:00
Steven Powell d6c37ee3ba
Merge pull request #15869 from yolossn/addon_inspektor_gadget
Addon: add inspektor-gadget
2023-05-11 18:20:45 -07:00
Steven Powell b0541241d7 testing: added Setup subtest for ImageBuild 2023-05-11 14:56:03 -07:00
Steven Powell c2840f0d66 test: Updated skaffold test to help prevent Docker Hub pull limit 2023-05-11 13:35:54 -07:00
Steven Powell 1b783fc952 testing: Use GCR image to prevent Docker Hub rate limits 2023-05-11 12:44:27 -07:00
yolossn c6878c4733 Addon: add inspektor-gadget
Signed-off-by: yolossn <sannagaraj@microsoft.com>
2023-05-11 15:24:34 +05:30
Steven Powell 66ea3c6634 fix none tests relying on sudo 2023-05-02 10:23:58 -07:00
x7upLime 8931619b01 Applied suggestions 2023-04-25 15:11:41 +03:00
x7upLime 3d3e6a14e7 added stuff to reflect suggestions 2023-04-22 00:49:30 +03:00
x7upLime 3b3d2905a1 Changes variable name in integrataion test 2023-04-22 00:49:30 +03:00
x7upLime ee22b47795 Apply suggestions from code review 2023-04-22 00:49:30 +03:00
x7upLime b5d5bbe38c Removes external lib dependency
Since the test is failing on architectures/platform I can't reproduce
on.. I'm readapting the test in such a way to minimize the amount of
code that can be responsible for the error.

We're not looking for all system processes in order to find our
mount processes(ps -ef); we're looking directly at the mount
processes that have been spawned by our test instead.

To say that a process is no longer alive:
We try to wait for conclusion to get the processState.
If the wait results in an *ExitError, it means that either
the proc has failed to run, or it exited failing(see doc);
in both cases we're happy.. since we previously made a check
to know that those same processes were alive.
2023-04-22 00:48:58 +03:00
x7upLime 70a0ed2aac Modifies integration test label
yeah.. perhaps that's a better name
2023-04-22 00:47:06 +03:00
x7upLime 849de9086b Adds documentation for validateMountCmd test
working towards #11571 :)
2023-04-22 00:47:06 +03:00
x7upLime 07f3f440ff Fixes lint error
The message from the linter makes a good point..
we're storing a reference for the mount processes, but we're not
using them.. Thus the committed lines.
2023-04-22 00:47:06 +03:00
x7upLime 47981b75d9 Add integration test for mount-clean mechanism
I copied as much code as I could from the previous tests
that seemed more alike to the one I was trying to build.

I put it inside the functional mount tests,
with the other mount-command related tests,
as I thought (as per comments on "TestFunctional()") it
could safely share a profile in parallel..
2023-04-22 00:47:06 +03:00
Steven Powell c30c183dac remove deprecated functions 2023-04-12 15:03:13 -07:00
Steven Powell 180b020bde
Merge pull request #16252 from spowelljr/updateDockerBuild
Kicbase: Resolve docker build deprecation
2023-04-11 13:10:47 -07:00
Steven Powell d1465d9af7 fix TestImageBuild/serial/BuildWithBuildArg 2023-04-11 10:42:07 -07:00
Steven Powell c0c35b8217 fix TestImageBuild/serial/BuildWithBuildArg for VM 2023-04-10 09:40:12 -07:00
Steven Powell 41be18992e fix TestImageBuild/serial/BuildWithBuildArg 2023-04-07 12:26:13 -07:00
Steven Powell 5dd0f26cd7 cleanup: Check for scanner errors 2023-03-31 11:15:34 -07:00
Steven Powell 9e661c8cf9
Merge pull request #16200 from spowelljr/removeOldRegistry
Remove remaining references to k8s.gcr.io
2023-03-30 13:36:17 -07:00
Steven Powell 8f47b1d25b update pause image 2023-03-30 10:35:53 -07:00
Steven Powell 44c4657e4f remove remaining references to k8s.gcr.io 2023-03-30 09:45:52 -07:00
Steven Powell 2010622039 remove duplicate test cases 2023-03-29 10:02:46 -07:00
Steven Powell 77f207e01b small clean and fix tests with old k8s versions 2023-03-29 09:58:47 -07:00
Steven Powell b296ae8c47
Merge pull request #16139 from kadern0/issue-15432
Fix: check if addon is enabled before doing validation
2023-03-27 14:42:07 -07:00
Predrag Rogic 082943b5e3
don't panic on pre-release k8s version 2023-03-26 00:13:11 +00:00
Steven Powell 10145a2381
Merge pull request #15834 from OmSaran/tunnel
Ensure only one instance of tunnel process runs
2023-03-24 10:03:15 -07:00
Pablo Caderno 5c261e80e9 Fix: check if addon is enabled before doing validation
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2023-03-24 09:15:30 +11:00
Medya Ghazizadeh c025dfc9b5
Merge pull request #16001 from prezha/fix-TestMultiNode-deploy-wait
wait for pods to get IPs
2023-03-22 11:17:06 -07:00
Om Saran 48cee328da Log stdout and stderr upon unexpected failure in RunSecondTunnel test 2023-03-20 20:34:15 -05:00
Steven Powell 50e9147e4e fix lint errors 2023-03-20 12:43:07 -07:00
Predrag Rogic 4650a3e83c
wait for pods to get IPs 2023-03-08 20:56:44 +00:00
Steven Powell 1c0bc567dd fixup error messaging 2023-03-07 11:40:30 -08:00