Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/
H A Dstress_unittest.py13 class StopThreadForTesting(Exception): class
21 raise StopThreadForTesting
25 self.assertRaises(StopThreadForTesting, stressor.wait)
32 raise StopThreadForTesting
57 raise StopThreadForTesting
65 self.assertRaises(StopThreadForTesting, stressor.wait)
79 raise StopThreadForTesting
83 self.assertRaises(StopThreadForTesting, stressor.wait)
100 raise StopThreadForTesting
105 self.assertRaises(StopThreadForTesting, stressor.stop)