From fadc0efb2297a118d76b6728e283b2c49c1c0be2 Mon Sep 17 00:00:00 2001 From: Viacheslav Kukushkin Date: Wed, 7 Feb 2024 16:33:01 +0300 Subject: [PATCH] Tests fix --- cli/cli_tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/cli_tests.sh b/cli/cli_tests.sh index b8d76fba1..03a356902 100755 --- a/cli/cli_tests.sh +++ b/cli/cli_tests.sh @@ -289,7 +289,7 @@ echo "\n" echo "======================================================" echo "Running logging-model-with-debug association association" echo "======================================================" -medperf --container-loglevel debug mlcube associate -m $MODEL_LOG_DEBUG_UID -b $BMK_UID -y +medperf mlcube associate -m $MODEL_LOG_DEBUG_UID -b $BMK_UID -y checkFailed "Logging-model-with-debug association failed" ########################################################## @@ -407,8 +407,7 @@ echo "\n" echo "=====================================" echo "Running logging model with debug logging env" echo "=====================================" -# TODO: this MUST fail for now -medperf run -b $BMK_UID -d $DSET_A_UID -m $MODEL_LOG_DEBUG_UID +medperf --container-loglevel debug run -b $BMK_UID -d $DSET_A_UID -m $MODEL_LOG_DEBUG_UID checkFailed "run logging model with debug logging env failed" ##########################################################