Add test_generic to name_to_num and fix numbering

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-02-17 13:40:56 -08:00
parent 196d64f060
commit d3a4921a57

View File

@@ -72,23 +72,24 @@ name_to_num=(
["create_bridge"]=8 ["create_bridge"]=8
["create_l3"]=9 ["create_l3"]=9
["create_l4"]=10 ["create_l4"]=10
["create_macvlan"]=10 ["create_macvlan"]=11
["create_station"]=11 ["create_station"]=12
["create_vap"]=12 ["create_vap"]=13
["cpu_stats"]=13 ["cpu_stats"]=14
["test_fileio"]=14 ["test_fileio"]=15
["testgroup"]=15 ["testgroup"]=16
["test_ipv6_connection"]=16 ["test_ipv6_connection"]=17
["test_ipv6_variable_time"]=17 ["test_ipv6_variable_time"]=18
["test_l3_longevity"]=18 ["test_l3_longevity"]=19
["test_l3_powersave_traffic"]=19 ["test_l3_powersave_traffic"]=20
["test_l3_scenario_throughput"]=20 ["test_l3_scenario_throughput"]=21
["test_status_msg"]=21 ["test_status_msg"]=22
["test_wanlink"]=22 ["test_wanlink"]=23
["..`1`/py-json/wlan_theoretical_sta"]=23 ["..`1`/py-json/wlan_theoretical_sta"]=24
["ws_generic_monitor_test"]=24 ["ws_generic_monitor_test"]=25
["sta_connect2"]=25 ["sta_connect2"]=26
["wlan_capacity_calculator"]=26 ["wlan_capacity_calculator"]=27
["test_generic"]=28
) )
function blank_db() { function blank_db() {