mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 12:48:00 +00:00 
			
		
		
		
	lf_tx_power.py : revised antenna gain in calculation
ct_9136_tx_power.test.json : added --create_station to batch tests, removed batch from override of channel, nss, bandwidth, tx_power Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							f9770fcf39
						
					
				
				
					commit
					3a72d52609
				
			@@ -37,6 +37,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_24g 0",
 | 
			
		||||
                    " use_ssid_idx=0 --wlan SSID_USED --wlan_id 3 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=0 --radio wiphy3 --station sta0002 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -56,10 +57,6 @@
 | 
			
		||||
                    "USE_BATCH_TX_POWER for tx_power batch"],
 | 
			
		||||
                "enabled":"FALSE",
 | 
			
		||||
                "load_db":"skip",
 | 
			
		||||
                "batch_channel":"1 2 3 4 5 6 7 8 9 10 11",
 | 
			
		||||
                "batch_nss":"1 2",
 | 
			
		||||
                "batch_bandwidth":"20",
 | 
			
		||||
                "batch_tx_power":"1 2 3 4 5 6 7 8",
 | 
			
		||||
                "timeout":"180",
 | 
			
		||||
                "command":"lf_tx_power.py",
 | 
			
		||||
                "args":"",
 | 
			
		||||
@@ -70,6 +67,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_24g 0",
 | 
			
		||||
                    " use_ssid_idx=0 --wlan SSID_USED --wlan_id 3 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=0 --radio wiphy3 --station sta0002 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -102,6 +100,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_5g 1",
 | 
			
		||||
                    " use_ssid_idx=1 --wlan SSID_USED --wlan_id 2 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=1 --radio wiphy3 --station sta0002 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -121,10 +120,6 @@
 | 
			
		||||
                    "USE_BATCH_TX_POWER for tx_power batch"],
 | 
			
		||||
                "enabled":"FALSE",
 | 
			
		||||
                "load_db":"skip",
 | 
			
		||||
                "batch_channel":"36 100 149",
 | 
			
		||||
                "batch_nss":"1 2",
 | 
			
		||||
                "batch_bandwidth":"20 40 80 160",
 | 
			
		||||
                "batch_tx_power":"1 2 3 4 5 6 7 8",
 | 
			
		||||
                "timeout":"180",
 | 
			
		||||
                "command":"lf_tx_power.py",
 | 
			
		||||
                "args":"",
 | 
			
		||||
@@ -135,6 +130,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_5g 1",
 | 
			
		||||
                    " use_ssid_idx=1 --wlan SSID_USED --wlan_id 2 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=1 --radio wiphy3 --station sta0002 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -169,6 +165,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_6g 2",
 | 
			
		||||
                    " use_ssid_idx=2 --wlan SSID_USED --wlan_id 2 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=2 --radio wiphy2 --station sta0000 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -198,6 +195,7 @@
 | 
			
		||||
                    " --timeout 3 --ap USE_DUT_NAME --ap_band_slot_6g 2",
 | 
			
		||||
                    " use_ssid_idx=2 --wlan SSID_USED --wlan_id 1 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=2 --radio wiphy2 --station sta0000 --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 59 --antenna_gain 0",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -220,6 +218,7 @@
 | 
			
		||||
                    " --ap USE_DUT_NAME --ap_band_slot_6g 3 ",
 | 
			
		||||
                    " use_ssid_idx=2 --create_wlan --wlan SSID_USED --wlan_id 1 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=2 --radio wiphy2 --create_station --station ax210a --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 56 --antenna_gain 6",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -241,6 +240,7 @@
 | 
			
		||||
                    " --ap USE_DUT_NAME --ap_slot 4 --ap_band_slot_5g 1 ",
 | 
			
		||||
                    " use_ssid_idx=1 --create_wlan --wlan SSID_USED --wlan_id WLAN_ID_USED --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=1 --radio wiphy4 --create_station --station mt7915e --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 56 --antenna_gain 6",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port eth2 --lfresource 1",
 | 
			
		||||
@@ -265,6 +265,7 @@
 | 
			
		||||
                    " --ap USE_DUT_NAME --ap_slot 4 --ap_band_slot_5g 1 ",
 | 
			
		||||
                    " use_ssid_idx=3 --wlan SSID_USED --wlan_id 6 --wlan_ssid SSID_USED",
 | 
			
		||||
                    " --tag_policy RM204-TB1-AP5 --policy_profile default-policy-profile",
 | 
			
		||||
                    " --create_station",
 | 
			
		||||
                    " use_ssid_idx=3 --radio wiphy4 --station mt7915e --ssid SSID_USED --ssidpw SSID_PW_USED --security SECURITY_USED",
 | 
			
		||||
                    " --pathloss 56 --antenna_gain 6",
 | 
			
		||||
                    " --lfmgr LF_MGR_IP --upstream_port UPSTREAM_ALIAS --lfresource 1",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user