From 14d31cd978e95c094510a7a5ad58b2bdd06c7671 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 24 Mar 2021 00:51:10 +0200 Subject: [PATCH] tests: Re-enable op class 118-120 tests with new regdb Move from RS to PA country code to allow these test cases to work since regdb was updated to require DFS for these operating classes in RS. Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_ht.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/hwsim/test_ap_ht.py b/tests/hwsim/test_ap_ht.py index 68abdcda2..510fe0836 100644 --- a/tests/hwsim/test_ap_ht.py +++ b/tests/hwsim/test_ap_ht.py @@ -1447,19 +1447,19 @@ def test_ap_ht_op_class_117(dev, apdev): def test_ap_ht_op_class_118(dev, apdev): """HT20 on operationg class 118""" for o in [False, True]: - run_op_class(dev, apdev, "a", "60", "RS", "", "0", "5300", 118, + run_op_class(dev, apdev, "a", "60", "PA", "", "0", "5300", 118, use_op_class=o) def test_ap_ht_op_class_119(dev, apdev): """HT40 on operationg class 119""" for o in [False, True]: - run_op_class(dev, apdev, "a", "60", "RS", "[HT40+]", "1", "5300", 119, + run_op_class(dev, apdev, "a", "60", "PA", "[HT40+]", "1", "5300", 119, use_op_class=o) def test_ap_ht_op_class_120(dev, apdev): """HT40 on operationg class 120""" for o in [False, True]: - run_op_class(dev, apdev, "a", "64", "RS", "[HT40-]", "-1", "5320", 120, + run_op_class(dev, apdev, "a", "64", "PA", "[HT40-]", "-1", "5320", 120, use_op_class=o) def test_ap_ht_op_class_121(dev, apdev):