foundation-model-stack / multi-nic-cni

https://foundation-model-stack.github.io/multi-nic-cni/
Apache License 2.0
34 stars 5 forks source link

clean multinicipam test case and handle hanging interfaces #11

Closed sunya-ch closed 2 years ago

sunya-ch commented 2 years ago

This PR mainly makes changes for the problematic test case (multinic_ipam) to call controller unit function directly instead of calling the handle function on the deployed resource in the test environment. The previous version may timely have an issue on CI due to long delays of resource deployment.

With the same commit, there are also the following fixes:

Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com