There was an error while loading. Please reload this page.
git clone https://github.com/intel/multus-cni.git cd multus-cni ./build
Multus has go unit tests (based on ginkgo framework). Following commands drive CI tests in your environment:
sudo ./test.sh
Followings are multus logging best practices:
logging.Debugf()
logging.Errorf()
logging.Panicf()
TBD