tests: Import helper functions directly from utils.py
These were moved from test_sae.py to utils.py, so import them from the correct location instead of through test_sae.py that imports them from utils.py. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c38c62ff78
commit
f3c188fa7d
1 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@ import binascii
|
|||
import hwsim_utils
|
||||
import hostapd
|
||||
from wpasupplicant import WpaSupplicant
|
||||
from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger
|
||||
from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger, \
|
||||
radiotap_build, start_monitor, stop_monitor
|
||||
from tshark import run_tshark, run_tshark_json
|
||||
from test_ap_ht import set_world_reg
|
||||
from test_sae import radiotap_build, start_monitor, stop_monitor, \
|
||||
build_sae_commit, sae_rx_commit_token_req
|
||||
from test_sae import build_sae_commit, sae_rx_commit_token_req
|
||||
from hwsim_utils import set_group_map
|
||||
|
||||
def check_mesh_support(dev, secure=False):
|
||||
|
|
Loading…
Reference in a new issue