Jan Safranek
a84dc2d5c5
Flip SELinuxMountReadWriteOncePod to Beta
...
And enable all e2e tests by default. They're still behind
`[Feature:SELinux]` tag to ensure the underlying OS supports SELinux.
2023-03-14 14:32:38 +01:00
Jan Safranek
771c9be291
Add e2e test for SELinux metrics
...
This is the commit message for patch #2 (refresh-temp):
2023-03-10 15:03:56 +01:00
Jan Safranek
d2bb866d3f
Remove useless Sprintf
2023-01-17 11:22:39 +01:00
Jan Safranek
de4ce7b58c
Remove defer
...
Replace it with ginkgo.DeferCleanup
2023-01-17 11:22:12 +01:00
Jan Safranek
03beb014f9
Update error context messages
2023-01-09 14:00:57 +01:00
Jan Safranek
e1f62a9bc5
Add multi-pod tests with SELinux mounts
...
Check that a volume is fully unmounted (Unstaged) before kubelet starts a
pod with the same volume, but with a different SELinux context.
2023-01-05 13:15:32 +01:00
Patrick Ohly
2f6c4f5eab
e2e: use Ginkgo context
...
All code must use the context from Ginkgo when doing API calls or polling for a
change, otherwise the code would not return immediately when the test gets
aborted.
2022-12-16 20:14:04 +01:00
Hemant Kumar
9e5d0828e0
use defercleanup in all the places
2022-12-13 15:54:55 -05:00
Hemant Kumar
6dd94f5663
Refactor mock tests in different files
...
Change code to use pointer for mock driver setup
2022-12-13 14:26:07 -05:00