1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

test/e2e: specify -sleep-interval in topology-updater exclude-memory test

Make the test finish considerably faster.
This commit is contained in:
Markus Lehtonen 2024-07-16 12:28:34 +03:00
parent 81320d1864
commit 5aeea28957

View file

@ -402,6 +402,7 @@ excludeList:
podSpecOpts := []testpod.SpecOption{
testpod.SpecWithContainerImage(dockerImage()),
testpod.SpecWithContainerExtraArgs("-sleep-interval=5s"),
testpod.SpecWithConfigMap(cm.Name, "/etc/kubernetes/node-feature-discovery"),
}
topologyUpdaterDaemonSet = testds.NFDTopologyUpdater(kcfg, podSpecOpts...)