mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
auto-t: remove default group SAE test for specific OUI
There are already tests for UseDefaultEccGroup and this test is not longer valid as the static OUI list has been removed.
This commit is contained in:
parent
8a1f8d1a9a
commit
4bfc794a37
@ -52,12 +52,6 @@ class Test(unittest.TestCase):
|
||||
self.hostapd.wait_for_event("AP-ENABLED")
|
||||
self.validate_connection(self.wd, "ssidSAE", self.hostapd, 19)
|
||||
|
||||
def test_SAE_force_group_19(self):
|
||||
# Vendor data from APs which require group 19 be used first
|
||||
self.hostapd.reload()
|
||||
self.hostapd.wait_for_event("AP-ENABLED")
|
||||
self.validate_connection(self.wd, "ssidSAE-default-group", self.hostapd_defgroup, 19)
|
||||
|
||||
def test_SAE_Group20(self):
|
||||
self.hostapd.set_value('sae_groups', '20')
|
||||
self.hostapd.reload()
|
||||
@ -88,7 +82,6 @@ class Test(unittest.TestCase):
|
||||
def setUpClass(cls):
|
||||
cls.hostapd = HostapdCLI(config='ssidSAE.conf')
|
||||
cls.hostapd_h2e = HostapdCLI(config='ssidSAE-H2E.conf')
|
||||
cls.hostapd_defgroup = HostapdCLI(config='ssidSAE-default-group.conf')
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
@ -1,9 +1,8 @@
|
||||
[SETUP]
|
||||
num_radios=4
|
||||
num_radios=3
|
||||
start_iwd=0
|
||||
hwsim_medium=yes
|
||||
|
||||
[HOSTAPD]
|
||||
rad0=ssidSAE.conf
|
||||
rad1=ssidSAE-H2E.conf
|
||||
rad2=ssidSAE-default-group.conf
|
||||
|
@ -1,12 +0,0 @@
|
||||
hw_mode=g
|
||||
channel=1
|
||||
ssid=ssidSAE-default-group
|
||||
|
||||
wpa=2
|
||||
wpa_key_mgmt=SAE
|
||||
wpa_pairwise=CCMP
|
||||
sae_password=secret123
|
||||
sae_groups=19
|
||||
ieee80211w=2
|
||||
sae_pwe=0
|
||||
vendor_elements=dd0cf4f5e8050500000000000000
|
Loading…
Reference in New Issue
Block a user