Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Feb 7, 2024
1 parent 37212ad commit fadc0ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/cli_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
##########################################################

Expand Down Expand Up @@ -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"
##########################################################

Expand Down

0 comments on commit fadc0ef

Please sign in to comment.