Home
last modified time | relevance | path

Searched refs:suppress_exception (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/tests/kvm/tests/
Dmigration_with_reboot.py38 bg.join(suppress_exception=True)
Dnic_bonding.py56 transfer_thread.join(suppress_exception=True)
Dvmstop.py73 bg.join(suppress_exception=True)
Dmigration_with_file_transfer.py52 bg.join(suppress_exception=True)
/external/autotest/client/virt/tests/
Dnic_promisc.py36 transfer_thread.join(suppress_exception=True)
Dnicdriver_unload.py59 thread.join(suppress_exception=True)
/external/autotest/client/virt/
Dvirt_utils.py1431 def join(self, timeout=None, suppress_exception=False): argument
1442 if not suppress_exception: