iwd/autotests/testPreauth-roam
James Prestwood 1dc4d6e9ba auto-t: update roaming tests with wait_for_object_change
Every single roaming test had one of two problems with watching the
state change between roaming --> connected. Either the test used
wait_for_object_condition to wait for 'connected' which could allow
other states in between. Or it simply used an assert. The assert
wouldn't allow other state changes, but at the cost of potentially
failing due to IWD not having made it to the 'connected' state yet.

Now we have wait_for_object_change which takes two conditions:
initial (from_str) and expected (to_str). This API will not allow
any other conditions except these, and will wait for the expected
condition before continuing. This allows roaming test to reliably
wait for the roaming --> connected state change.
2021-02-05 14:44:00 -06:00
..
TestPreauth.8021x auto-t: Rename setting Autoconnect to AutoConnect 2019-10-24 13:04:53 -05:00
connection_test.py auto-t: update roaming tests with wait_for_object_change 2021-02-05 14:44:00 -06:00
eaptls-preauth-1.conf auto-t: replace hard-coded interfaces 2020-09-10 17:59:49 -05:00
eaptls-preauth-2.conf auto-t: replace hard-coded interfaces 2020-09-10 17:59:49 -05:00
hw.conf auto-t: remove stale hw.conf options 2021-01-27 13:42:58 -06:00