Lines Matching defs:TestGroup
518 class TestGroup(Test):
522 super(TestGroup, self).__init__(pathname, **kwargs)
553 Check the pre/post/failsafe scripts, user and tests in this TestGroup.
554 Omit the TestGroup entirely, or simply delete the relevant tests in the
571 write_log("Warning: TestGroup '%s' not added to this run. "
577 write_log("Warning: TestGroup '%s' not added to this run. "
584 write_log("Not adding TestGroup '%s' to this run.\n" %
592 write_log("Warning: Test '%s' removed from TestGroup '%s' "
601 script doesn't pass, skip all the tests in this TestGroup. Run the
694 Create a new TestGroup, and apply any properties that were passed
699 testgroup = TestGroup(dirname)
736 TestGroup. Properties from individual sections override those set
737 in the 'DEFAULT' section. If the Test or TestGroup passes
766 testgroup = TestGroup(os.path.abspath(pathname),
768 for prop in TestGroup.props:
826 for prop in TestGroup.props:
846 directory rooted at the outputdir of the Test or TestGroup in
1011 if do_groups is True, add the directory as a TestGroup. If False,