tests: Move clear_scan_cache() and set_world_reg() to utils.py

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-04-18 11:12:54 +03:00
parent 1bba048d78
commit 0b21877185
11 changed files with 25 additions and 32 deletions

View file

@ -18,7 +18,6 @@ from tshark import run_tshark
from utils import *
from wpasupplicant import WpaSupplicant
from wlantest import WlantestCapture
from test_ap_ht import set_world_reg
@remote_compatible
def test_ap_open(dev, apdev):