iwd/autotests/util
Andrew Zaborowski bb350a3b8e autotests: Avoid periodic polling in the wait methods
Modify AsyncOpAbstract._wait_for_async_op and
IWD.wait_for_object_condition to call context.iteration() in the
blocking mode instead of calling context.pending() every 0.01s.  This
gets rid of busy-waiting and also ensures that the condition is checked
after every single dbus (or other) event.  This way a condition that
potentially occurs for less than 0.01s can be reliably waited for.
2017-03-28 19:57:16 -05:00
..
hostapd.py autotests: Add FT roaming test and utility functions 2017-03-28 15:38:38 -05:00
hwsim.py autotests: Add classes to access hwsim dbus interface 2017-03-28 15:38:32 -05:00
iwd.py autotests: Avoid periodic polling in the wait methods 2017-03-28 19:57:16 -05:00
wiphy.py autotests: Add utility script to parse interface configuration 2017-03-28 15:31:59 -05:00