diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-02-08 15:19:20 -0800 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-24 16:37:59 -0700 |
commit | 557f5bcc259ca066edf6850b8cca4060703c9c3f (patch) | |
tree | 14353f9c0d6cef2d8e194fbdf54066eece05e110 /kud/hosting_providers/containerized | |
parent | ffa56aaeb4f69490866d67f98209af01191257bd (diff) |
Add kubevirt test
Some minor refactoring of _functions.sh was done to allow setup and
related functions to use the "vmi" resource type in addition to the
"deployment" type.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I42b5ef1c48412675a095f2aab68a0efdfdbe0df9
Diffstat (limited to 'kud/hosting_providers/containerized')
-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 844c154d..5ac78673 100755 --- a/kud/hosting_providers/containerized/installer.sh +++ b/kud/hosting_providers/containerized/installer.sh @@ -230,7 +230,7 @@ function install_host_artifacts { done mkdir -p ${host_addons_dir}/tests - for test in _common _common_test _functions topology-manager-sriov multus ovn4nfv nfd sriov-network qat cmk; do + for test in _common _common_test _functions topology-manager-sriov kubevirt multus ovn4nfv nfd sriov-network qat cmk; do cp ${kud_tests}/${test}.sh ${host_addons_dir}/tests done |