aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>2020-05-26 15:18:20 -0700
committerr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>2020-05-26 15:18:20 -0700
commit56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae (patch)
treef214ae99d322014ff1a7256c1e36b6d1631439a9
parent402c6e98bfc6c881dceb65ce2756ea94834c70ef (diff)
Fix the Multus Baremetal containerization testing
- interface name will be different in each Baremetal - Multus testing good for Vagrant and AIO testing only Issue-ID: MULTICLOUD-1037 Co-authored-by: yu marin <weifei.yu@intel.com> Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I50786f07f0dbd9aadffda69d02597c85e2675203
-rwxr-xr-xkud/hosting_providers/containerized/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/containerized/installer.sh b/kud/hosting_providers/containerized/installer.sh
index 17699d16..fe9d1e9d 100755
--- a/kud/hosting_providers/containerized/installer.sh
+++ b/kud/hosting_providers/containerized/installer.sh
@@ -128,7 +128,7 @@ function install_addons {
echo "Run the test cases if testing_enabled is set to true."
if [[ "${testing_enabled}" == "true" ]]; then
- for addon in ${KUD_ADDONS:-multus virtlet ovn4nfv nfd sriov cmk $plugins_name}; do
+ for addon in ${KUD_ADDONS:-virtlet ovn4nfv nfd sriov cmk $plugins_name}; do
pushd $kud_tests
bash ${addon}.sh
popd