From b428a98b337e6953274efd3294a6ba8f12b1da3a Mon Sep 17 00:00:00 2001 From: Kevin Leyow Date: Tue, 23 Apr 2024 21:32:39 -0500 Subject: [PATCH] provision --- test/scripts/test-functional.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/test-functional.sh b/test/scripts/test-functional.sh index ab9604215..7c739991a 100644 --- a/test/scripts/test-functional.sh +++ b/test/scripts/test-functional.sh @@ -37,7 +37,7 @@ pushd $ML_CORE_TEST_HARNESS_DIR ## Start the test harness echo "==> Starting Docker compose" - docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-tests up -d + docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests up -d echo "==> Running wait-for-container.sh $ML_CORE_TEST_HARNESS_TEST_FUNC_CONT_NAME" ## Wait for the test harness to complete, and capture the exit code @@ -59,7 +59,7 @@ pushd $ML_CORE_TEST_HARNESS_DIR echo "==> Skipping test harness shutdown" else echo "==> Shutting down test harness" - docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-tests down -v + docker compose --project-name ttk-func --ansi never --profile all-services --profile fx --profile ttk-provisioning-fx --profile ttk-fx-tests down -v fi ## Dump log to console