auto-t: only wait for wpa_s to get the DPP configuration

As far as wpa_supplicant goes we don't need to test if it can actually
connect to the network, just that it receives the DPP configuration.
This commit is contained in:
James Prestwood 2022-02-03 11:43:20 -08:00 committed by Denis Kenzior
parent 672098118d
commit b44e32fde9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Test(unittest.TestCase):
self.wpas.dpp_enrollee_start(uri)
self.hapd.wait_for_event('AP-STA-CONNECTED 42:00:00:00:00:00')
self.wpas.wait_for_event('DPP-CONF-RECEIVED')
def setUp(self):
self.wd = IWD(True)