tests: Fix the previous update of the regulatory database to VMs
The last update of the wireless-regdb database to the wireless-regdb.git
version of 2023-02-13 in commit c4034a69fe
("tests: Update regulatory
database to VMs") forgot to update regulatory.db.p7s. Update it as well.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
0837863fbc
commit
829f3cd2b2
2 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ def test_mbo_supp_oper_classes_us(dev, apdev):
|
|||
def test_mbo_supp_oper_classes_jp(dev, apdev):
|
||||
"""MBO and supported operating classes (JP)"""
|
||||
run_mbo_supp_oper_class(dev, apdev, "JP",
|
||||
"51525354737475767778797a7b808182", True)
|
||||
"51525354737475767778797a7b8081838482", True)
|
||||
|
||||
def test_mbo_supp_oper_classes_bd(dev, apdev):
|
||||
"""MBO and supported operating classes (BD)"""
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue