X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Faddons%2Faddons.sh;h=9f27982e2988d0efa9a9bd3b1777b10ea11e2350;hb=790dc20efb05a3113b97800926a80753e9a89e98;hp=5b45e721ce62c026077785b2143ff1f361a80973;hpb=b2e0b6304ab47b4432948c95a587facdbaa1e705;p=icn.git diff --git a/deploy/addons/addons.sh b/deploy/addons/addons.sh index 5b45e72..9f27982 100755 --- a/deploy/addons/addons.sh +++ b/deploy/addons/addons.sh @@ -97,6 +97,12 @@ function test_addons { clusterctl -n metal3 get kubeconfig ${cluster_name} >${cluster_kubeconfig} clone_kud_repository + # The vFW test in EMCO v21.12 does not use KubeVirt, so patch the + # KuD test and continue to use it + pushd ${KUDPATH} + patch -p1 --forward <${SCRIPTDIR}/plugin_fw_v2.patch || true + popd + pushd ${KUDPATH}/kud/tests failed_kud_tests="" container_runtime=$(KUBECONFIG=${cluster_kubeconfig} kubectl get nodes -o jsonpath='{.items[].status.nodeInfo.containerRuntimeVersion}')