From: Jouni Malinen Date: Tue, 23 Mar 2021 22:51:10 +0000 (+0200) Subject: tests: Re-enable op class 118-120 tests with new regdb X-Git-Tag: hostap_2_10~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d31cd978e95c094510a7a5ad58b2bdd06c7671;p=thirdparty%2Fhostap.git 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 --- 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):