mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-01 03:17:54 +00:00 
			
		
		
		
	Changed country code from CA to US in DFS test cases (#983)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		 Jitendrakumar Kushavah
					Jitendrakumar Kushavah
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							42cb11ae63
						
					
				
				
					commit
					a33c922d2b
				
			| @@ -18,7 +18,7 @@ setup_params_general1 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -73,7 +73,7 @@ setup_params_general2 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -127,7 +127,7 @@ setup_params_general3 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -182,7 +182,7 @@ setup_params_general4 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -236,7 +236,7 @@ setup_params_general5 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -290,7 +290,7 @@ setup_params_general6 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -344,7 +344,7 @@ setup_params_general7 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -398,7 +398,7 @@ setup_params_general8 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -452,7 +452,7 @@ setup_params_general10 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -506,7 +506,7 @@ setup_params_general11 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -560,7 +560,7 @@ setup_params_general12 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
| @@ -613,7 +613,7 @@ setup_params_general13 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 20, |             "channel-width": 20, | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ setup_params_general1 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 40, |             "channel-width": 40, | ||||||
| @@ -71,7 +71,7 @@ setup_params_general2 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 40, |             "channel-width": 40, | ||||||
| @@ -125,7 +125,7 @@ setup_params_general5 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 40, |             "channel-width": 40, | ||||||
| @@ -178,7 +178,7 @@ setup_params_general7 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 40, |             "channel-width": 40, | ||||||
| @@ -231,7 +231,7 @@ setup_params_general11 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 40, |             "channel-width": 40, | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ setup_params_general1 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 80, |             "channel-width": 80, | ||||||
| @@ -76,7 +76,7 @@ setup_params_general2 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 80, |             "channel-width": 80, | ||||||
| @@ -133,7 +133,7 @@ setup_params_general11 = { | |||||||
|     "rf": { |     "rf": { | ||||||
|         "5G": { |         "5G": { | ||||||
|             "band": "5G", |             "band": "5G", | ||||||
|             "country": "CA", |             "country": "US", | ||||||
|             "allow-dfs": True, |             "allow-dfs": True, | ||||||
|             "channel-mode": "VHT", |             "channel-mode": "VHT", | ||||||
|             "channel-width": 80, |             "channel-width": 80, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user