1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 21:08:23 +00:00
node-feature-discovery/test/e2e
Talor Itzhak 1375fab9c6 e2e: init docker image
The docker image that used during e2e test
composed of repo and tag flags that are
passed to the test itself.

The problem is that the docker image initialized
before the flags are parsed. Hence, it will always contains
the default flags value.
Moving the variable into a separate function, fixing the issue.

Also, moving the global variables to `e2e_test.go` since
it commonly used by all tests.

Signed-off-by: Talor Itzhak <titzhak@redhat.com>
2023-01-17 08:18:56 +02:00
..
data Add nfd E2E tests for tainting feature 2022-12-19 13:39:03 +02:00
utils test/e2e: add basic e2e-tests for NodeFeature API 2022-12-19 16:58:21 +02:00
e2e-test-config.example.yaml e2e: add basic topology updater test 2022-08-11 08:53:01 +02:00
e2e_test.go e2e: init docker image 2023-01-17 08:18:56 +02:00
framework.go go.mod: update kubernetes to v1.25.0 2022-09-09 10:55:03 +03:00
node_feature_discovery.go e2e: init docker image 2023-01-17 08:18:56 +02:00
topology_updater.go e2e: init docker image 2023-01-17 08:18:56 +02:00