diff options
author | r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 15:18:20 -0700 |
---|---|---|
committer | r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 15:18:20 -0700 |
commit | 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae (patch) | |
tree | f214ae99d322014ff1a7256c1e36b6d1631439a9 | |
parent | 402c6e98bfc6c881dceb65ce2756ea94834c70ef (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-x | kud/hosting_providers/containerized/installer.sh | 2 |
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 |