From a33c922d2b367065dd01e5c674654427ddeb89f9 Mon Sep 17 00:00:00 2001 From: Jitendrakumar Kushavah <78074038+jitendracandela@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:34:20 +0530 Subject: [PATCH] Changed country code from CA to US in DFS test cases (#983) Signed-off-by: jitendracandela --- .../dfs_20MHz/test_dfs_20_bridge.py | 24 +++++++++---------- .../dfs_40MHz/test_dfs_40_bridge.py | 10 ++++---- .../dfs_80MHz/test_dfs_80_bridge.py | 6 ++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_20MHz/test_dfs_20_bridge.py b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_20MHz/test_dfs_20_bridge.py index 4092baf8e..db58fa72d 100644 --- a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_20MHz/test_dfs_20_bridge.py +++ b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_20MHz/test_dfs_20_bridge.py @@ -18,7 +18,7 @@ setup_params_general1 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -73,7 +73,7 @@ setup_params_general2 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -127,7 +127,7 @@ setup_params_general3 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -182,7 +182,7 @@ setup_params_general4 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -236,7 +236,7 @@ setup_params_general5 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -290,7 +290,7 @@ setup_params_general6 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -344,7 +344,7 @@ setup_params_general7 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -398,7 +398,7 @@ setup_params_general8 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -452,7 +452,7 @@ setup_params_general10 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -506,7 +506,7 @@ setup_params_general11 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -560,7 +560,7 @@ setup_params_general12 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, @@ -613,7 +613,7 @@ setup_params_general13 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 20, diff --git a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_40MHz/test_dfs_40_bridge.py b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_40MHz/test_dfs_40_bridge.py index 8aad17f05..d5373d43d 100644 --- a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_40MHz/test_dfs_40_bridge.py +++ b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_40MHz/test_dfs_40_bridge.py @@ -18,7 +18,7 @@ setup_params_general1 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 40, @@ -71,7 +71,7 @@ setup_params_general2 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 40, @@ -125,7 +125,7 @@ setup_params_general5 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 40, @@ -178,7 +178,7 @@ setup_params_general7 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 40, @@ -231,7 +231,7 @@ setup_params_general11 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 40, diff --git a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_80MHz/test_dfs_80_bridge.py b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_80MHz/test_dfs_80_bridge.py index 5ec675e16..972dad525 100644 --- a/tests/e2e/basic/dfs_test/wpa2_personal/dfs_80MHz/test_dfs_80_bridge.py +++ b/tests/e2e/basic/dfs_test/wpa2_personal/dfs_80MHz/test_dfs_80_bridge.py @@ -19,7 +19,7 @@ setup_params_general1 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 80, @@ -76,7 +76,7 @@ setup_params_general2 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 80, @@ -133,7 +133,7 @@ setup_params_general11 = { "rf": { "5G": { "band": "5G", - "country": "CA", + "country": "US", "allow-dfs": True, "channel-mode": "VHT", "channel-width": 80,