Oleg Zhurakivskyy
f8ea66563e
e2e: Increase nfd timeout to 300 seconds
...
Apparently some of simulated CI nodes have out of sync boot configuration.
In order to be able to get the configuration in sync, the e2e NFD timeout
should be increased (it takes 250-260 seconds for NFD to get up with the right
boot parameters in the simulated environments).
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2023-01-30 17:17:55 +02:00
Mikko Ylinen
5de9b50f9e
e2e: double NFD startup waiting time
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-01-12 08:07:53 +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
Oleg Zhurakivskyy
a4a2aae88c
e2e: Deploy NFD in BeforeSuite
...
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-11-09 14:25:31 +02: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
f9ca36cc26
set TLSMinVersion for webhook servers
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-06-20 19:04:50 +03:00
Oleg Zhurakivskyy
f1ec14d106
iaa: Add e2e tests
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-06-09 15:00:25 +03:00
Oleg Zhurakivskyy
710aaaee23
dsa: Add e2e tests
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-06-01 11:25:12 +03: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
Hyeongju Johannes Lee
91e1877180
e2e: add dlb test
...
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2021-12-02 01:14:17 -08:00
Mikko Ylinen
9b687401b8
e2e: add tests for SGX Admission Webhook
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-08-31 15:20:23 +03:00
Mikko Ylinen
0892a34705
move to k8s.io v1.20.x and klog/v2 v2.4.0
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-01-21 15:34:39 +02:00
Mikko Ylinen
883775c973
SGX: add basic e2e tests
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-09-21 13:19:52 +03:00
Dmitry Rozhkov
7177409f19
fpga webhook: rework deployment to use kustomize
...
Contributes to #318
2020-06-23 15:53:36 +03:00
Dmitry Rozhkov
70f862f2aa
add golangci linter
...
In this initial commit the following checks are disabled due to
excessive amount of changes required:
- dupl (duplicate code)
- funlen (function length)
- goerr113 (errors handling expressions)
- gomnd (magic numbers)
- gosec (security)
- nakedret (naked returns)
- wsl (forces to use empty lines)
- errcheck (checking for unchecked errors)
- staticcheck (static analysis)
2020-06-08 14:01:13 +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
Ed Bartosh
3cb9bd228f
implement e2e tests for FPGA plugin
...
implemented e2e tests for preprogrammed(af) and
orchestrated(region) plugin modes.
2020-04-09 17:04:13 +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