mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-04 04:38:02 +00:00
test_all_scripts.sh: reformatted
This commit is contained in:
@@ -27,23 +27,32 @@ testCommands=("./example_wpa_connection.py --num_stations $NUM_STA --ssid jedway
|
|||||||
function ret_case_num() {
|
function ret_case_num() {
|
||||||
case $1 in
|
case $1 in
|
||||||
"example_wpa_connection")
|
"example_wpa_connection")
|
||||||
echo 1 ;;
|
echo 1
|
||||||
|
;;
|
||||||
"example_wpa2_connection")
|
"example_wpa2_connection")
|
||||||
echo 2 ;;
|
echo 2
|
||||||
|
;;
|
||||||
"example_wpa3_connection")
|
"example_wpa3_connection")
|
||||||
echo 4 ;;
|
echo 4
|
||||||
|
;;
|
||||||
"example_wep_connection")
|
"example_wep_connection")
|
||||||
echo 3 ;;
|
echo 3
|
||||||
|
;;
|
||||||
"test_ipv4_connection")
|
"test_ipv4_connection")
|
||||||
echo 5 ;;
|
echo 5
|
||||||
|
;;
|
||||||
"test_generic")
|
"test_generic")
|
||||||
echo 6 ;;
|
echo 6
|
||||||
|
;;
|
||||||
"test_ipv4_l4_urls_per_ten")
|
"test_ipv4_l4_urls_per_ten")
|
||||||
echo 7 ;;
|
echo 7
|
||||||
|
;;
|
||||||
"test_ipv4_l4_wifi")
|
"test_ipv4_l4_wifi")
|
||||||
echo 8 ;;
|
echo 8
|
||||||
|
;;
|
||||||
"test_ipv4_l4")
|
"test_ipv4_l4")
|
||||||
echo 9 ;;
|
echo 9
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
function blank_db() {
|
function blank_db() {
|
||||||
|
|||||||
Reference in New Issue
Block a user