Searched refs:BRConfigTest (Results 1 – 5 of 5) sorted by relevance
9 from infra.basetest import BRConfigTest42 BRConfigTest.logtofile = False61 BRConfigTest.downloaddir = os.path.abspath(args.download)72 BRConfigTest.outputdir = os.path.abspath(args.output)80 BRConfigTest.keepbuilds = args.keep93 BRConfigTest.jlevel = each_testcase102 BRConfigTest.jlevel = args.jlevel109 BRConfigTest.timeout_multiplier = args.timeout_multiplier
31 class BRConfigTest(unittest.TestCase): class42 super(BRConfigTest, self).__init__(names)68 class BRTest(BRConfigTest):
5 class DetectBadArchTest(infra.basetest.BRConfigTest):13 infra.basetest.BRConfigTest.logtofile)
6 class CpeIdTest(infra.basetest.BRConfigTest):
9 class GitTestBase(infra.basetest.BRConfigTest):