Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dstress_unittest.py11 class StopThreadForTesting(Exception): class
19 raise StopThreadForTesting
23 self.assertRaises(StopThreadForTesting, stressor.wait)
30 raise StopThreadForTesting
55 raise StopThreadForTesting
63 self.assertRaises(StopThreadForTesting, stressor.wait)
77 raise StopThreadForTesting
81 self.assertRaises(StopThreadForTesting, stressor.wait)
98 raise StopThreadForTesting
103 self.assertRaises(StopThreadForTesting, stressor.stop)