From 116f3a87cae6d478ac702d48b825d6c5f945e78d Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Thu, 4 Mar 2021 16:00:53 -0800 Subject: [PATCH] Add testgroup2 to regression_test Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 1 + py-scripts/testgroup2.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 07c7e9ca..724e44aa 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -56,6 +56,7 @@ testCommands=( testgroup_list_groups testgroup_list_connections testgroup_delete_group + "./testgroup2.py --num_stations 4 --mgr 192.168.1.10 --ssid lanforge --passwd password --security wpa2 --radio wiphy0 --group_name group0 --add_group" "./test_ipv4_connection.py --radio $RADIO_USED --num_stations $NUM_STA --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug" "./test_ipv4_l4_urls_per_ten.py --radio $RADIO_USED --num_stations $NUM_STA --security $SECURITY --ssid $SSID_USED --passwd $PASSWD_USED --num_tests 1 --requests_per_ten 600 --target_per_ten 600 --debug" "./test_ipv4_l4_wifi.py --radio $RADIO_USED --num_stations $NUM_STA --security $SECURITY --ssid $SSID_USED --passwd $PASSWD_USED --test_duration 15s --debug" diff --git a/py-scripts/testgroup2.py b/py-scripts/testgroup2.py index 5483fc51..700720c6 100755 --- a/py-scripts/testgroup2.py +++ b/py-scripts/testgroup2.py @@ -227,6 +227,9 @@ python3 ./testgroup2.py --group_name group0 --add_group --debug + + ./testgroup2.py --num_stations 4 --ssid lanforge --passwd password --security wpa2 --radio wiphy0 --group_name group0 --add_group + ''') required_args = None