mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-16 17:17:15 +00:00
overrideCNIConfigWithServerConfig returned the client config unchanged whenever overrideConf was empty, bypassing the readinessindicatorfile key-stripping logic even when ignoreReadinessIndicator=true. This caused STATUS and GC handlers to poll for the readiness indicator file for up to 45 s in tests that create the server with ignoreReadinessIndicator=true and no server-side config override. Also remove the now-unused sets import. Signed-off-by: Fred Rolland <frolland@nvidia.com>