Home
last modified time | relevance | path

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

/external/autotest/frontend/health/
Dcheck_test_health_unittest.py34 check_test_health.run_prep_scripts(scripts)
45 self.assertTrue(check_test_health.run_prep_scripts(scripts))
60 check_test_health.run_prep_scripts(scripts)
72 self.assertFalse(check_test_health.run_prep_scripts(scripts))
84 check_test_health.run_prep_scripts(scripts)
185 check_test_health.run_prep_scripts(
196 check_test_health.run_prep_scripts(mox.IgnoreArg()).AndReturn(False)
204 check_test_health.run_prep_scripts(mox.IgnoreArg()).AndReturn(True)
Dcheck_test_health.py33 def run_prep_scripts(scripts): function
107 prep_success = run_prep_scripts(PREP_SCRIPTS)