Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server/config: fix MonitorPluginConfiguration test
The test was comparing the same configuration to itself, since nothing in the changed CNI configuration is used in the written multus configuration. Instead make sure the updated CNI config contains something that will be reflected in the written multus configuration, and while we're there use a more robust way to wait for the config to be written via gomega.Eventually(). Signed-off-by: Dan Williams <[email protected]>
- Loading branch information