connect_network() tried to make test log more readable with a
dump_monitor() call at the end of the function. However, this could end
up practically dropping an event that arrives more or less immediately
after CTRL-EVENT-CONNECTED. This could happen with UML time travel,
e.g., in suite_b_192_pmksa_caching_roam.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
self.dump_monitor()
self.select_network(id)
self.wait_connected(timeout=timeout)
- self.dump_monitor()
def get_status(self, extra=None):
if extra: