Add missing test tags
This commit is contained in:
@@ -10,7 +10,7 @@ if [[ -z "$IDF_PATH" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# ==== 2. Valid Modes and Defaults ====
|
# ==== 2. Valid Modes and Defaults ====
|
||||||
valid_test_tags=("core" "tilt" "listener" "all" "relay_chn" "nvs" "run_limit" "batch")
|
valid_test_tags=("core" "tilt" "listener" "all" "relay_chn" "nvs" "run_limit" "batch" "inertia" "direction" "auto" "sensitivity" "counter" "interrupt")
|
||||||
valid_test_profiles=("run_limit" "tilt" "nvs" "nvs_custom" "multi" "full_single" "full_multi")
|
valid_test_profiles=("run_limit" "tilt" "nvs" "nvs_custom" "multi" "full_single" "full_multi")
|
||||||
arg_tag="all" # Default to 'all' if no tag specified
|
arg_tag="all" # Default to 'all' if no tag specified
|
||||||
arg_profile="full_multi" # Default to 'full_multi' if no profile specified
|
arg_profile="full_multi" # Default to 'full_multi' if no profile specified
|
||||||
@@ -24,7 +24,7 @@ print_help() {
|
|||||||
echo "This script builds and runs tests for the relay_chn component using QEMU."
|
echo "This script builds and runs tests for the relay_chn component using QEMU."
|
||||||
echo ""
|
echo ""
|
||||||
echo "Arguments:"
|
echo "Arguments:"
|
||||||
echo " -t, --tag [relay_chn|core|tilt|listener|nvs|run_limit|batch|all] Specify which test tag to run."
|
echo " -t, --tag [relay_chn|core|tilt|listener|nvs|run_limit|batch|inertia|direction|auto|sensitivity|counter|interrupt|all] Specify which test tag to run."
|
||||||
echo ""
|
echo ""
|
||||||
echo " If no tag is specified, it defaults to 'all'."
|
echo " If no tag is specified, it defaults to 'all'."
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user