mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
*rig.json update the upstream port to alias
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"LF_MGR_PORT": "8080",
|
"LF_MGR_PORT": "8080",
|
||||||
"LF_MGR_USER": "lanforge",
|
"LF_MGR_USER": "lanforge",
|
||||||
"LF_MGR_PASS": "lanforge",
|
"LF_MGR_PASS": "lanforge",
|
||||||
"UPSTREAM_PORT":"1.1.eth2",
|
"UPSTREAM_PORT":"eth2",
|
||||||
"TEST_TIMEOUT": 600,
|
"TEST_TIMEOUT": 600,
|
||||||
"EMAIL_LIST_PRODUCTION": "support@candelatech.com",
|
"EMAIL_LIST_PRODUCTION": "support@candelatech.com",
|
||||||
"EMAIL_LIST_TEST": "support@candelatech.com",
|
"EMAIL_LIST_TEST": "support@candelatech.com",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"LF_MGR_PORT": "8080",
|
"LF_MGR_PORT": "8080",
|
||||||
"LF_MGR_USER": "lanforge",
|
"LF_MGR_USER": "lanforge",
|
||||||
"LF_MGR_PASS": "lanforge",
|
"LF_MGR_PASS": "lanforge",
|
||||||
"UPSTREAM_PORT":"1.1.eth2",
|
"UPSTREAM_PORT":"eth2",
|
||||||
"TEST_TIMEOUT": 600,
|
"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_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",
|
"EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com",
|
||||||
|
|||||||
@@ -11,31 +11,69 @@
|
|||||||
},
|
},
|
||||||
"test_suites":{
|
"test_suites":{
|
||||||
"suite_short":{
|
"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":{
|
"test_ip_variable_time0-ipv4":{
|
||||||
"enabled":"TRUE",
|
"enabled":"TRUE",
|
||||||
"command":"test_ip_variable_time.py",
|
"command":"test_ip_variable_time.py",
|
||||||
"args":"",
|
"args":"",
|
||||||
"args_list":[
|
"args_list":[
|
||||||
" --mgr 192.168.100.116 --radio wiphy1 --ssid asus11ax-5 --passwd hello123 --security wpa2 --test_duration 15s",
|
" --mgr LF_MGR_IP --radio wiphy1 --ssid asus11ax-5 --passwd hello123",
|
||||||
" --output_format excel --layer3_cols name,tx_bytes,rx_bytes,dropped --traffic_type lf_udp --debug"]
|
" --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":{
|
"test_ip_variable_time1-ipv4":{
|
||||||
"enabled":"TRUE",
|
"enabled":"TRUE",
|
||||||
"command":"test_ip_variable_time.py",
|
"command":"test_ip_variable_time.py",
|
||||||
"args":"",
|
"args":"",
|
||||||
"args_list":[
|
"args_list":[
|
||||||
" --mgr 192.168.100.116 --radio wiphy1 --ssid asus11ax-5 --passwd hello123 --security wpa2 --test_duration 15s",
|
" --mgr LF_MGR_IP --radio wiphy1 --ssid asus11ax-5 --passwd hello123",
|
||||||
" --output_format csv --layer3_cols name,tx_bytes,rx_bytes,dropped --traffic_type lf_udp --debug"
|
" --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":{
|
"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":{
|
"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":{
|
"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_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_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"]},
|
"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"]},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"LF_MGR_PORT": "8080",
|
"LF_MGR_PORT": "8080",
|
||||||
"LF_MGR_USER": "lanforge",
|
"LF_MGR_USER": "lanforge",
|
||||||
"LF_MGR_PASS": "lanforge",
|
"LF_MGR_PASS": "lanforge",
|
||||||
"UPSTREAM_PORT": "1.1.eth2",
|
"UPSTREAM_PORT": "eth2",
|
||||||
"TEST_TIMEOUT": 600,
|
"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_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",
|
"EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"LF_MGR_PORT": "8080",
|
"LF_MGR_PORT": "8080",
|
||||||
"LF_MGR_USER": "lanforge",
|
"LF_MGR_USER": "lanforge",
|
||||||
"LF_MGR_PASS": "lanforge",
|
"LF_MGR_PASS": "lanforge",
|
||||||
"UPSTREAM_PORT":"1.1.eth1",
|
"UPSTREAM_PORT":"eth1",
|
||||||
"TEST_TIMEOUT": 600,
|
"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_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",
|
"EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"LF_MGR_PORT": "8080",
|
"LF_MGR_PORT": "8080",
|
||||||
"LF_MGR_USER": "lanforge",
|
"LF_MGR_USER": "lanforge",
|
||||||
"LF_MGR_PASS": "lanforge",
|
"LF_MGR_PASS": "lanforge",
|
||||||
"UPSTREAM_PORT": "1.1.eth2",
|
"UPSTREAM_PORT": "eth2",
|
||||||
"TEST_TIMEOUT": 300,
|
"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_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",
|
"EMAIL_LIST_TEST": "chuck.rekiere@candelatech.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user