1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/test/e2e
Talor Itzhak 97ca4deabc 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-11 16:44:40 +02:00
..
data test/e2e: more comprehensive test for NodeFeature objects 2023-01-03 17:50:48 +02:00
utils test/e2e: more comprehensive test for NodeFeature objects 2023-01-03 17:50:48 +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-11 16:44:40 +02:00
framework.go go.mod: update kubernetes to v1.25.0 2022-09-09 10:55:03 +03:00
node_feature_discovery_test.go e2e: init docker image 2023-01-11 16:44:40 +02:00
topology_updater_test.go e2e: init docker image 2023-01-11 16:44:40 +02:00