Fix the Multus Baremetal containerization testing 93/108293/1
authorr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Tue, 26 May 2020 22:18:20 +0000 (15:18 -0700)
committerr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Tue, 26 May 2020 22:18:20 +0000 (15:18 -0700)
- 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

kud/hosting_providers/containerized/installer.sh

index 17699d1..fe9d1e9 100755 (executable)
@@ -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