diff mbox series

tests: Fix regulatory for FI

Message ID 20190403151719.12165-8-andrei.otcheretianski@intel.com
State Accepted
Headers show
Series tests: Fix regulatory for FI | expand

Commit Message

Otcheretianski, Andrei April 3, 2019, 3:17 p.m. UTC
Recent regdb enabled UNII 3 in Finland. Change the
mbo_supp_oper_classes_fi test accordingly.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
---
 tests/hwsim/test_mbo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jouni Malinen May 28, 2019, 9:09 p.m. UTC | #1
On Wed, Apr 03, 2019 at 06:17:18PM +0300, Andrei Otcheretianski wrote:
> Recent regdb enabled UNII 3 in Finland. Change the
> mbo_supp_oper_classes_fi test accordingly.

Thanks, applied with changes to accept both the previous and the new
version since this would make the test case fail on my current setup
(and likely on large number of other systems) if only the latest version
were accepted.
diff mbox series

Patch

diff --git a/tests/hwsim/test_mbo.py b/tests/hwsim/test_mbo.py
index 1f0e9c1add..75a0259122 100644
--- a/tests/hwsim/test_mbo.py
+++ b/tests/hwsim/test_mbo.py
@@ -154,7 +154,7 @@  def test_mbo_supp_oper_classes_za(dev, apdev):
 def test_mbo_supp_oper_classes_fi(dev, apdev):
     """MBO and supported operating classes (FI)"""
     run_mbo_supp_oper_class(dev, apdev, "FI",
-                            "515354737475767778797a7b808182", True)
+                            "515354737475767778797a7b7c7d7e7f808182", True)
 
 def test_mbo_supp_oper_classes_us(dev, apdev):
     """MBO and supported operating classes (US)"""