Lines Matching refs:Test
273 msga = 'Test: %s%s ' % (self.pathname, user)
307 class Test(Cmd):
313 super(Test, self).__init__(pathname, outputdir, timeout, user)
332 Check the pre/post scripts, user and Test. Omit the Test from this
340 logger.info("Warning: Test '%s' not added to this run because"
346 logger.info("Not adding Test '%s' to this run." %
355 doesn't pass, skip this Test. Run the post script regardless.
384 class TestGroup(Test):
385 props = Test.props + ['tests']
444 logger.info("Warning: Test '%s' removed from TestGroup '%s' "
518 Create a new Test, and apply any properties that were passed in
522 test = Test(pathname)
523 for prop in Test.props:
537 for prop in Test.props:
554 section, and apply the appropriate properties to the Test or
556 in the 'DEFAULT' section. If the Test or TestGroup passes
582 test = Test(section)
583 for prop in Test.props:
627 directory rooted at the outputdir of the Test or TestGroup in