From: r.kuralamudhan Date: Tue, 26 May 2020 22:18:20 +0000 (-0700) Subject: Fix the Multus Baremetal containerization testing X-Git-Tag: 6.0.0-ONAP~49 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae;p=multicloud%2Fk8s.git 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 Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: I50786f07f0dbd9aadffda69d02597c85e2675203 --- 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