From 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae Mon Sep 17 00:00:00 2001 From: "r.kuralamudhan" Date: Tue, 26 May 2020 15:18:20 -0700 Subject: 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 --- kud/hosting_providers/containerized/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/hosting_providers/containerized') 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 -- cgit 1.2.3-korg