From 40e19877ab08c44f8031bf930a488a8f3265f5bb Mon Sep 17 00:00:00 2001 From: AhmedGrati Date: Sun, 15 Oct 2023 11:35:44 +0100 Subject: [PATCH] fix: update flaky e2e test Signed-off-by: AhmedGrati --- script/test/cmd/tests_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/cmd/tests_new.sh b/script/test/cmd/tests_new.sh index dd04cd2f..ab9f3db5 100755 --- a/script/test/cmd/tests_new.sh +++ b/script/test/cmd/tests_new.sh @@ -168,7 +168,7 @@ convert::expect_success "$ocp_cmd" "$ocp_output" || exit 1 # test service group by volume, not support openshift for now -k8s_cmd="kompose -f $KOMPOSE_ROOT/script/test/fixtures/service-group/compose.yaml convert --stdout --with-kompose-annotation=false --service-group-mode=volume" +k8s_cmd="kompose -f $KOMPOSE_ROOT/script/test/fixtures/service-group/compose.yaml convert --stdout --with-kompose-annotation=false --service-group-mode=volume --service-group-name=librenms-dispatcher" k8s_output="$KOMPOSE_ROOT/script/test/fixtures/service-group/output-k8s.yaml" convert::expect_success_and_warning "$k8s_cmd" "$k8s_output" || exit 1