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
Francesco Romani 622adf3863 test: e2e: configurable pull policy
In some cases (CI) it is useful to run NFD e2e tests using
ephemeral clusters. To save time and bandwidth, it is also useful
to prime the ephemeral cluster with the images under test.

In these circumstances there is no risk of running a stale image,
and having a `Always` PullPolicy hardcoded actually makes
the whole exercise null.

So we add a new option, disabled by default, to make the e2e
manifest use the `IfNotPresent` pull policy, to effectively
cover this use case.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-08-10 15:06:59 +02:00
..
utils test: e2e: configurable pull policy 2022-08-10 15:06:59 +02:00
e2e-test-config.example.yaml Merge pull request #827 from marquiz/devel/drop-iommu 2022-07-08 02:01:47 -07:00
e2e_test.go Update e2e test to work with updated dependencies 2020-11-18 13:09:13 +02:00
framework.go test/e2e: adapt e2e tests to kubernetes v1.21.2 2021-07-06 14:40:29 +03:00
node_feature_discovery.go test/e2e: refactor setup and cleanup 2022-08-09 20:14:41 +03:00