mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	ct_us_002.json : added "comment" in the json file fixed the lf_mgr ip
ct_us_001.json : fomatting fixes
This commit is contained in:
		| @@ -82,7 +82,8 @@ | ||||
|                     " --ssid 'ssid_idx=0 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=3c:7c:3f:55:4d:64'", | ||||
|                     " --ssid 'ssid_idx=1 ssid=asus11ax-5 security=WPA2 password=hello123 bssid=3c:7c:3f:55:4d:64'", | ||||
|                     " --sw_version '3.5.4' --hw_version 5.12.14+ --serial_num ct523c-3b7b --model_num 'ct523c'" | ||||
|                 ]}, | ||||
|                 ] | ||||
|             }, | ||||
|             "CT-US-001_create_chamberview_1":{"enabled":"TRUE","load_db":"skip","command":"create_chamberview.py","args":"", | ||||
|                 "args_list":[ | ||||
|                     " --lfmgr LF_MGR --port LF_MGR_PORT --delete_scenario", | ||||
| @@ -90,8 +91,8 @@ | ||||
|                     " --raw_line 'profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy1,AUTO -1 NA' ", | ||||
|                     " --raw_line 'profile_link 1.1 STA-AC 1 'DUT: DUT_NAME Radio-1' NA wiphy3,AUTO -1 NA' ", | ||||
|                     " --raw_line 'profile_link 1.1 upstream-dhcp 1 NA NA UPSTREAM_PORT,AUTO -1 NA'"                     | ||||
|                 ]}, | ||||
|      | ||||
|                 ] | ||||
|             }, | ||||
|             "CT-US-001_wifi_capacity_ATH10K(9984)":{"enabled":"TRUE","load_db":"skip","command":"lf_wifi_capacity_test.py","args":"", | ||||
|                 "args_list":[ | ||||
|                     " --mgr 192.168.100.116 --port 8080 --lf_user lanforge --lf_password lanforge --instance_name cicd-wct", | ||||
|   | ||||
| @@ -1,7 +1,17 @@ | ||||
| { | ||||
|     "ct_us_002":{ | ||||
|         "Notes":[ | ||||
|             "The json is used to orchastrate the tests to be run on testbed ct_us_001", | ||||
|             "This json file is used as an input to the ./lf_check.py file", | ||||
|             "The variables that are all capitalized below are replaced with configuration", | ||||
|             "from the json file. so LF_MGR in the test below is replaced by the json lf_mgr", | ||||
|             "The replacement is loosely coupled so the upper and lower case convention is used", | ||||
|             "to identify replaced strings in the lf_check.py code."   | ||||
|         ]   | ||||
|     }, | ||||
|     "test_parameters":{ | ||||
|         "test_bed": "CT-US-002", | ||||
|         "lf_mgr": "192.168.100.201", | ||||
|         "lf_mgr": "192.168.100.200", | ||||
|         "lf_mgr_port": "8080", | ||||
|         "dut_name": "Ruckus-R750", | ||||
|         "dut_bssid": "4c:b1:cd:18:e8:ec", | ||||
| @@ -22,6 +32,15 @@ | ||||
|         "ftp_test_ip": "10.40.0.10", | ||||
|         "test_ip": "192.168.0.104" | ||||
|     }, | ||||
|     "test_generic":{ | ||||
|         "radio_used": "wiphy1", | ||||
|         "ssid_used": "ruckus-r750-5g", | ||||
|         "ssid_pw_used": "hello123", | ||||
|         "security_used": "wpa2", | ||||
|         "num_sta": 4, | ||||
|         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||
|         "upstream_port": "eth2" | ||||
|     }, | ||||
|     "test_database":{ | ||||
|         "database_config": "True", | ||||
|         "database_host": "192.168.100.201", | ||||
| @@ -48,15 +67,6 @@ | ||||
|         "blog_password_push": "lanforge", | ||||
|         "blog_flag": "--kpi_to_ghost" | ||||
|     }, | ||||
|     "test_generic":{ | ||||
|         "radio_used": "wiphy1", | ||||
|         "ssid_used": "ruckus-r750-5g", | ||||
|         "ssid_pw_used": "hello123", | ||||
|         "security_used": "wpa2", | ||||
|         "num_sta": 4, | ||||
|         "col_names": "name,tx_byptes,rx_bytes,dropped", | ||||
|         "upstream_port": "eth2" | ||||
|     }, | ||||
|     "radio_dict":{ | ||||
|         "RADIO_0_CFG":{"KEY":"RADIO_0_CFG","RADIO":"wiphy0","STATIONS":"4","SSID":"ruckus-r750-5g","PASSWD":"hello123","SECURITY":"wpa2"}, | ||||
|         "RADIO_1_CFG":{"KEY":"RADIO_1_CFG","RADIO":"wiphy1","STATIONS":"4","SSID":"ruckus-r750-5g","PASSWD":"hello123","SECURITY":"wpa2"}         | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere