Searched refs:test_run (Results 1 - 23 of 23) sorted by relevance

/external/toolchain-utils/automation/clients/report/dejagnu/
H A Dreport.py71 for test_run_id, test_run in enumerate(test_runs):
72 logging.info('Generating report for: %s.', test_run)
74 test_run.CleanUpTestResults()
75 test_run.SuppressTestResults(manifests)
81 summary_all = _PrepareSummary(res_types, test_run.summary)
82 tests_all = _PrepareTestList(res_types, test_run.results)
93 'name': '%s @%s' % (test_run.tool, test_run.board),
H A Dmanifest.py42 def FromDejaGnuTestRun(cls, test_run):
44 for result in test_run.results
47 return cls(test_run.tool, test_run.board, results)
H A Dmain.py51 test_run = DejaGnuTestRun.FromFile(filename)
53 manifest = Manifest.FromDejaGnuTestRun(test_run)
54 manifest_filename = '%s-%s.xfail' % (test_run.tool, test_run.board)
H A Dsummary.py132 test_run = cls()
133 test_run.FromDejaGnuOutput(filename)
134 test_run.CleanUpTestResults()
135 return test_run
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
H A Dblock_dev.c72 static void test_run(void) function
99 test_run();
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
H A Dtpci.c78 static void test_run(void) function
112 test_run();
/external/ltp/testcases/network/dctcp/
H A Ddctcp01.sh66 test_run() function
101 test_run
/external/kmod/testsuite/
H A Dtestsuite.h115 int test_run(const struct test *t);
162 return test_run(t); \
166 if (test_run(t) != 0) \
H A Dtestsuite.c872 int test_run(const struct test *t) function
/external/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi.c124 static void test_run(void) function
158 test_run();
/external/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c75 static void test_run(void);
88 test_run();
150 static void test_run(void) function
/external/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c143 static void test_run(void) function
172 test_run();
/external/toolchain-utils/crosperf/
H A Dmachine_manager.py56 self.test_run = None
428 m.test_run = threading.current_thread()
433 m.test_run = threading.current_thread()
448 m.test_run = threading.current_thread()
493 if m.test_run:
494 test_name = m.test_run.name
495 test_status = m.test_run.timeline.GetLastEvent()
629 self.test_run = None
H A Dmachine_manager_unittest.py458 test_run = MockBenchmarkRun('test run', bench, LABEL_LUMPY, 1, [], self.mm,
466 self.mock_lumpy1.test_run = test_run
467 self.mock_lumpy2.test_run = test_run
468 self.mock_lumpy3.test_run = test_run
469 self.mock_daisy1.test_run = test_run
470 self.mock_daisy2.test_run
[all...]
H A Ddownload_images_unittest.py157 def test_run(self): member in class:ImageDownloaderTestcast
H A Dbenchmark_run_unittest.py119 def test_run(self): member in class:BenchmarkRunTest
120 br = benchmark_run.BenchmarkRun('test_run', self.test_benchmark,
127 'Helper function for test_run.'
132 'Helper function for test_run.'
137 'Helper function for test_run.'
141 'Helper function for test_run.'
147 'Helper function for test_run.'
157 'Helper function for test_run.'
161 'Helper function for test_run.'
167 'Helper function for test_run
[all...]
H A Dsuite_runner_unittest.py87 def test_run(self): member in class:SuiteRunnerTest
H A Dexperiment_runner_unittest.py141 def test_run(self, mock_progress_string, mock_status_string): member in class:ExperimentRunnerTest
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c108 static void test_run(void);
127 test_run();
186 static void test_run(void) function
/external/toolchain-utils/automation/clients/report/
H A Dvalidate_failures.py151 test_run = DejaGnuTestRun.FromFile(summary)
152 failures = set(Manifest.FromDejaGnuTestRun(test_run))
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c167 static int test_run(void);
183 test_run();
230 static int test_run(void) function
/external/autotest/server/
H A Dautotest_unittest.py170 def test_run(self): member in class:TestBaseAutotest
/external/autotest/client/common_lib/
H A Dbase_utils_unittest.py681 class test_run(unittest.TestCase): class in inherits:unittest.TestCase

Completed in 423 milliseconds