test: Skip networking tests if CNI plugins are missing
If the CNI binaries (bridge and host-local) are not installed, we skip the tests. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
4c702fb60c
commit
b97a57c006
2 changed files with 17 additions and 0 deletions
|
@ -46,6 +46,7 @@ fi
|
|||
OCID_SOCKET="$TESTDIR/ocid.sock"
|
||||
OCID_CONFIG="$TESTDIR/ocid.conf"
|
||||
OCID_CNI_CONFIG="$TESTDIR/cni/net.d/"
|
||||
OCID_CNI_PLUGIN="/opt/cni/bin/"
|
||||
POD_CIDR="10.88.0.0/16"
|
||||
POD_CIDR_MASK="10.88.*.*"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue