Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/testing/
H A Drun-tests9 from infra.basetest import BRConfigTest
42 BRConfigTest.logtofile = False
61 BRConfigTest.downloaddir = os.path.abspath(args.download)
72 BRConfigTest.outputdir = os.path.abspath(args.output)
80 BRConfigTest.keepbuilds = args.keep
93 BRConfigTest.jlevel = each_testcase
102 BRConfigTest.jlevel = args.jlevel
109 BRConfigTest.timeout_multiplier = args.timeout_multiplier
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbasetest.py31 class BRConfigTest(unittest.TestCase): class
42 super(BRConfigTest, self).__init__(names)
68 class BRTest(BRConfigTest):
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_bad_arch.py5 class DetectBadArchTest(infra.basetest.BRConfigTest):
13 infra.basetest.BRConfigTest.logtofile)
H A Dtest_cpeid.py6 class CpeIdTest(infra.basetest.BRConfigTest):
/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dtest_git.py9 class GitTestBase(infra.basetest.BRConfigTest):