Hyeongju Johannes Lee
3286baadb5
e2e, qat: divide single It() to have multiple layers
...
Structure is as follows:
Describe("QAT plugin")
BeforeEach("deploys plugin")
Context("When device resources are available")
BeforeEach("checks if resources are available")
It("runs a pod requesting resources")
It("runs another pod requesting resources if there is")
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-02-16 13:35:28 +02:00
Hyeongju Johannes Lee
838bc39bc7
e2e: fix typos and minor grammar issues
...
finnish -> finish
check -> check if
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-12-13 11:23:21 +02:00
Mikko Ylinen
34d930a567
upgrade to k8s 1.26.0-rc.1 and controller-runtime@master
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-12-07 15:04:33 +02:00
Tuomas Katila
2fb11eccba
e2e: Remove unnecessary namespace arguments from KubectlOrDie calls
...
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2022-08-31 17:09:47 +03:00
Mikko Ylinen
50b985dde5
bump go mod version to 1.18 and move to k8s.io v1.25.0-rc.0
...
the e2e framework in v1.25 also reguires us to move to gingko/v2
so make that change too.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-08-15 13:54:02 +03:00
Mikko Ylinen
cbc521e505
move to k8s.io v1.24.0-rc.1
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-04-27 09:26:07 +03:00
Mikko Ylinen
7c381097c0
qat: add kustomize overlay for e2e tests
...
e2e combines all existing overlays: apparmor, debug, and sriov_numfs.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-12-22 11:51:32 +02:00
Ed Bartosh
cec004c398
lint: enable wsl check
...
Fixes : #392
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-12-17 11:48:48 +02:00
Ed Bartosh
9360745ae5
e2e: increase WaitForSuccess timeout
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-10-20 11:48:47 +03:00
Ed Bartosh
a6078aa65d
e2e: increase WaitForPodsWithLabelRunningReady timeout
...
Current timeout is too small and causes test failures
in CI environment.
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-10-20 11:46:58 +03:00
Mikko Ylinen
caa6f260dd
e2e: qat: use sriov_numvfs overlay in tests
...
To simplify the e2e node setup, change the QAT tests to deploy with
the sriov_numvfs overlay.
Moreover, as we are seeing the vfio-pci driver becoming built-in and
requiring opt-in parameters depending on the kernel version, it's
better to move the vfio-pci initcontainer step(s) to kernel cmdline/
modules-load.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-10-19 14:32:06 +03:00
Mikko Ylinen
8c6b8ceb69
e2e: add a test to check that plugins ReadOnlyRootfs is enabled
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-08-31 15:20:23 +03:00
Dmitry Rozhkov
8fc187f4d8
move to k8s v1.18.2 release
...
Also fix the plugins and e2e tests
2020-04-17 12:40:18 +03:00
Dmitry Rozhkov
43af3a054b
e2e test: reimplement with K8s testing framework
...
Also add a test for the QAT device plugin in kernel mode.
Contributes to #253
2020-02-13 14:51:44 +02:00