Skip to content

Commit

Permalink
microcloud/test: Only run mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Max Asnaashari <[email protected]>
  • Loading branch information
masnax committed Apr 18, 2024
1 parent a827156 commit a565f16
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions microcloud/test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,7 @@ run_preseed_tests() {
run_test test_preseed "preseed"
}

# allow for running a specific set of tests
if [ "${1:-"all"}" = "all" ]; then
run_add_tests
run_basic_tests
run_preseed_tests
elif [ "${1}" = "add" ]; then
run_add_tests
elif [ "${1}" = "basic" ]; then
run_basic_tests
elif [ "${1}" = "preseed" ]; then
run_preseed_tests
else
run_test "test_${1}"
fi
run_test test_service_mismatch "service mismatch"

# shellcheck disable=SC2034
TEST_RESULT=success

0 comments on commit a565f16

Please sign in to comment.