Home
last modified time | relevance | path

Searched refs:runTests (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/
H A Dtest_data.py25 results = tc.runTests()
39 results = tc.runTests()
52 self.assertEqual(True, tc.runTests().wasSuccessful())
H A Dtest_decorators.py123 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 Dtestsdk.py127 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 Dmain.cpp19 return mbgl::runTests(argc, argv); in main()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py131 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 Dcontext.py81 def runTests(self, processes=None, skips=[]): member in OETestContext
225 rc = self.tc.runTests(**self.tc_kwargs['run'])
H A DREADME28 loadTests and runTests of certain Test component and
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py89 result = tc.runTests()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Drunexported.py123 tc.runTests()
H A Doetest.py351 def runTests(self): member in TestContext
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dyocto-check-layer42 return tc.runTests()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun1407 sub runTests { subroutine
1966 my $results = runTests($tests, $verbose, $logFile, $c);
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass388 results = tc.runTests()