Searched refs:runTests (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_data.py | 25 results = tc.runTests() 39 results = tc.runTests() 52 self.assertEqual(True, tc.runTests().wasSuccessful())
|
| H A D | test_decorators.py | 123 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg) 132 self.assertFalse(tc.runTests().wasSuccessful(), msg=msg) 140 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 127 result = tc.runTests(processes=int(processes)) 129 result = tc.runTests()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/test/ |
| H A D | main.cpp | 19 return mbgl::runTests(argc, argv); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 131 def runTests(self, processes=None, machine=None, skips=[]): member in OESelftestTestContext 138 return super(OESelftestTestContext, self).runTests(processes, skips) 363 rc = self.tc.runTests(**self.tc_kwargs['run'])
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 81 def runTests(self, processes=None, skips=[]): member in OETestContext 225 rc = self.tc.runTests(**self.tc_kwargs['run'])
|
| H A D | README | 28 loadTests and runTests of certain Test component and
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/ |
| H A D | testsdk.py | 89 result = tc.runTests()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | runexported.py | 123 tc.runTests()
|
| H A D | oetest.py | 351 def runTests(self): member in TestContext
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | yocto-check-layer | 42 return tc.runTests()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | Run | 1407 sub runTests { subroutine 1966 my $results = runTests($tests, $verbose, $logFile, $c);
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 388 results = tc.runTests()
|