From e17119dbee269f6a3e54538692454e189ce06ddc Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 12 Oct 2023 23:07:32 +0300 Subject: [PATCH] test/e2e: revert default CNI plugin to cilium. Using the bridge plugins seems to break metrics collection tests. Revert the default to cilium for now until we figure out what's wrong and fix it. Signed-off-by: Krisztian Litkey --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 3c2f1fc58..34d69e3c6 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -19,7 +19,7 @@ export COMMAND_OUTPUT_DIR="$TEST_OUTPUT_DIR"/commands distro=${distro:-$DEFAULT_DISTRO} export k8scri=${k8scri:-"containerd"} -export cni_plugin=${cni_plugin:-bridge} +export cni_plugin=${cni_plugin:-cilium} TOPOLOGY_DIR=${TOPOLOGY_DIR:=e2e} source "$LIB_DIR"/vm.bash