tests: Make suite_b* test cases more robust
Explicitly clear the cfg80211 BSS cache at the beginning of these test cases to avoid matching BSS flags against incorrect AP. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
45de328602
commit
d970337da7
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ def test_suite_b(dev, apdev):
|
|||
if "build=OpenSSL 1.0.2" not in tls or "run=OpenSSL 1.0.2" not in tls:
|
||||
raise HwsimSkip("OpenSSL version not supported for Suite B: " + tls)
|
||||
|
||||
dev[0].flush_scan_cache()
|
||||
params = { "ssid": "test-suite-b",
|
||||
"wpa": "2",
|
||||
"wpa_key_mgmt": "WPA-EAP-SUITE-B",
|
||||
|
@ -83,6 +84,7 @@ def test_suite_b_192(dev, apdev):
|
|||
if "build=OpenSSL 1.0.2" not in tls or "run=OpenSSL 1.0.2" not in tls:
|
||||
raise HwsimSkip("OpenSSL version not supported for Suite B: " + tls)
|
||||
|
||||
dev[0].flush_scan_cache()
|
||||
params = { "ssid": "test-suite-b",
|
||||
"wpa": "2",
|
||||
"wpa_key_mgmt": "WPA-EAP-SUITE-B-192",
|
||||
|
|
Loading…
Reference in a new issue