diff --git a/py-scripts/tools/ct_test_rig.json b/py-scripts/tools/ct_test_rig.json index 53343414..efaa5c76 100644 --- a/py-scripts/tools/ct_test_rig.json +++ b/py-scripts/tools/ct_test_rig.json @@ -12,7 +12,7 @@ "LF_MGR_PORT": "8080", "LF_MGR_USER": "lanforge", "LF_MGR_PASS": "lanforge", - "UPSTREAM_PORT":"1.1.eth2", + "UPSTREAM_PORT":"eth2", "TEST_TIMEOUT": 600, "EMAIL_LIST_PRODUCTION": "support@candelatech.com", "EMAIL_LIST_TEST": "support@candelatech.com", diff --git a/py-scripts/tools/ct_us_001_rig.json b/py-scripts/tools/ct_us_001_rig.json index ef67ceed..6590fd2d 100644 --- a/py-scripts/tools/ct_us_001_rig.json +++ b/py-scripts/tools/ct_us_001_rig.json @@ -12,7 +12,7 @@ "LF_MGR_PORT": "8080", "LF_MGR_USER": "lanforge", "LF_MGR_PASS": "lanforge", - "UPSTREAM_PORT":"1.1.eth2", + "UPSTREAM_PORT":"eth2", "TEST_TIMEOUT": 600, "EMAIL_LIST_PRODUCTION": "konikofi@candelatech.com,greearb@candelatech.com,,jreynolds@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,erin.grimes@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com", "EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com", diff --git a/py-scripts/tools/ct_us_001_scripts.json b/py-scripts/tools/ct_us_001_scripts.json index bf7b5b97..f131ed8e 100755 --- a/py-scripts/tools/ct_us_001_scripts.json +++ b/py-scripts/tools/ct_us_001_scripts.json @@ -11,31 +11,69 @@ }, "test_suites":{ "suite_short":{ + "clean_up_cxs_endp_sta":{ + "enabled":"TRUE", + "command":"lf_cleanup.py", + "args":"", + "args_list":[ + " --mgr LF_MGR_IP --cxs --sta" + ]}, "test_ip_variable_time0-ipv4":{ "enabled":"TRUE", "command":"test_ip_variable_time.py", "args":"", "args_list":[ - " --mgr 192.168.100.116 --radio wiphy1 --ssid asus11ax-5 --passwd hello123 --security wpa2 --test_duration 15s", - " --output_format excel --layer3_cols name,tx_bytes,rx_bytes,dropped --traffic_type lf_udp --debug"] + " --mgr LF_MGR_IP --radio wiphy1 --ssid asus11ax-5 --passwd hello123", + " --security wpa2 --test_duration 60s --output_format excel ", + " --traffic_type lf_tcp --a_min 600000000 --b_min 600000000 --upstream_port eth2", + " --mode '5' --layer3_cols 'name','tx rate','rx rate' ", + " --port_mgr_cols 'alias','channel','activity','mode'"] }, "test_ip_variable_time1-ipv4":{ "enabled":"TRUE", "command":"test_ip_variable_time.py", "args":"", "args_list":[ - " --mgr 192.168.100.116 --radio wiphy1 --ssid asus11ax-5 --passwd hello123 --security wpa2 --test_duration 15s", - " --output_format csv --layer3_cols name,tx_bytes,rx_bytes,dropped --traffic_type lf_udp --debug" + " --mgr LF_MGR_IP --radio wiphy1 --ssid asus11ax-5 --passwd hello123", + " --security wpa2 --test_duration 60s --output_format excel ", + " --traffic_type lf_tcp --a_min 600000000 --b_min 600000000 --upstream_port eth2", + " --mode '5' --layer3_cols 'name','tx rate','rx rate' ", + " --port_mgr_cols 'alias','channel','activity','mode'" ]} }, "suite_l3":{ - "test_l3_longevity":{"enabled":"TRUE","load_db":"NONE","command":"test_l3_longevity.py","args":"--mgr 192.168.100.116 --test_duration 15s --polling_interval 5s --upstream_port eth2 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"} + "test_l3_longevity":{ + "enabled":"TRUE", + "load_db":"skip", + "command":"test_l3_longevity.py", + "args":"", + "args_list":[ + " --lfmgr LF_MGR_IP --local_lf_report_dir REPORT_PATH --test_duration 15s --polling_interval 5s --upstream_port UPSTREAM_PORT ", + " use_ssid_idx=1 --radio 'radio==wiphy1,stations==4,ssid==SSID_USED,ssid_pw==SSID_PW_USED,security==SECURITY_USED' ", + " --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000", + " --test_rig TEST_RIG --test_tag 'l3_longevity'" + ] + } }, "suite_l3r":{ - "test_l3_longevity":{"enabled":"TRUE","load_db":"NONE","command":"test_l3_longevity.py","args":"--mgr 192.168.100.116 --test_duration 15s --polling_interval 5s --upstream_port eth2 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000 --local_lf_report_dir REPORT_PATH"} + "test_l3_longevity":{ + "enabled":"TRUE", + "load_db":"NONE", + "command":"test_l3_longevity.py", + "args":"", + "args_list":[" --mgr LF_MGR_IP --test_duration 15s --polling_interval 5s --upstream_port UPSTREAM_PORT ", + " use_ssid_idx=1 --radio 'radio==wiphy1,stations==4,ssid==SSID_USED,ssid_pw==SSID_PW_USED,security==SECURITY_USED' ", + " --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000 --local_lf_report_dir REPORT_PATH"]} }, "suite_daily":{ - "test_l3_longevity":{"enabled":"TRUE","load_db":"NONE","command":"test_l3_longevity.py","args":"","args_list":["--mgr 192.168.100.116 --test_duration 15s --polling_interval 5s --upstream_port eth2 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"]}, + "test_l3_longevity":{ + "enabled":"TRUE", + "load_db":"NONE", + "command":"test_l3_longevity.py", + "args":"", + "args_list":[" --mgr LF_MGR_IP --test_duration 15s --polling_interval 5s --upstream_port eth2", + " use_ssid_idx=1 --radio 'radio==wiphy1,stations==4,ssid==asus11ax-5,ssid_pw==hello123,security==wpa2' ", + " --endp_type lf_udp --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"]}, "example_security_connection0":{"enabled":"TRUE","command":"example_security_connection.py","args":"","args_list":["--mgr 192.168.100.116 --num_stations 4 --ssid asus11ax-5 --passwd hello123 --radio wiphy1 --security wpa2 --debug"]}, "example_security_connection1":{"enabled":"TRUE","command":"example_security_connection.py","args":"","args_list":["--mgr 192.168.100.116 --num_stations 4 --ssid asus11ax-5 --passwd hello123 --radio wiphy1 --security wpa2 --debug"]}, "example_security_connection2":{"enabled":"TRUE","command":"example_security_connection.py","args":"","args_list":["--mgr 192.168.100.116 --num_stations 4 --ssid asus11ax-5 --passwd hello123 --radio wiphy1 --security wpa2 --debug"]}, diff --git a/py-scripts/tools/ct_us_002_rig.json b/py-scripts/tools/ct_us_002_rig.json index 43819d0d..2940b393 100644 --- a/py-scripts/tools/ct_us_002_rig.json +++ b/py-scripts/tools/ct_us_002_rig.json @@ -12,7 +12,7 @@ "LF_MGR_PORT": "8080", "LF_MGR_USER": "lanforge", "LF_MGR_PASS": "lanforge", - "UPSTREAM_PORT": "1.1.eth2", + "UPSTREAM_PORT": "eth2", "TEST_TIMEOUT": 600, "EMAIL_LIST_PRODUCTION": "konikofi@candelatech.com,greearb@candelatech.com,,jreynolds@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,erin.grimes@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com", "EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com", diff --git a/py-scripts/tools/ct_us_003_rig.json b/py-scripts/tools/ct_us_003_rig.json index 053ea38f..99b07679 100644 --- a/py-scripts/tools/ct_us_003_rig.json +++ b/py-scripts/tools/ct_us_003_rig.json @@ -12,7 +12,7 @@ "LF_MGR_PORT": "8080", "LF_MGR_USER": "lanforge", "LF_MGR_PASS": "lanforge", - "UPSTREAM_PORT":"1.1.eth1", + "UPSTREAM_PORT":"eth1", "TEST_TIMEOUT": 600, "EMAIL_LIST_PRODUCTION": "konikofi@candelatech.com,greearb@candelatech.com,,jreynolds@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,erin.grimes@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com", "EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com", diff --git a/py-scripts/tools/ct_us_004_rig.json b/py-scripts/tools/ct_us_004_rig.json index 6d386d46..5315d37e 100644 --- a/py-scripts/tools/ct_us_004_rig.json +++ b/py-scripts/tools/ct_us_004_rig.json @@ -12,7 +12,7 @@ "LF_MGR_PORT": "8080", "LF_MGR_USER": "lanforge", "LF_MGR_PASS": "lanforge", - "UPSTREAM_PORT": "1.1.eth2", + "UPSTREAM_PORT": "eth2", "TEST_TIMEOUT": 300, "EMAIL_LIST_PRODUCTION": "konikofi@candelatech.com,greearb@candelatech.com,,jreynolds@candelatech.com,matthew@candelatech.com,iain.davidson@candelatech.com,erin.grimes@candelatech.com,logan.lipke@candelatech.com,dipti.dhond@candelatech.com,chuck.rekiere@candelatech.com", "EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com",