mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
97ca4deabc
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> |
||
---|---|---|
.. | ||
data | ||
utils | ||
e2e-test-config.example.yaml | ||
e2e_test.go | ||
framework.go | ||
node_feature_discovery_test.go | ||
topology_updater_test.go |