/test/testfwk/xdevice/plugins/devicetest/ |
H A D | main.py | 39 def run(self): member in DeviceTest 45 test_runner.run() 64 def run(self): member in DeviceTestSuite 67 test_runner.run()
|
/test/xts/tools/lite/ |
H A D | runtest.sh | 109 echo "Please run 'sudo apt-get install sshpass' first." 114 echo "Please run xts/tools/build.sh to build target first" 122 echo "Please run xts/tools/build.sh to build target first" 148 chmod +x run.sh 149 ./run.sh run -l $MODULE
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | service.js | 471 abilityDelegator.finishTest('dry run finished!!!', 0, () => { }); 538 this.rootSuite.run(this.coreContext); 614 run(coreContext) { 634 spec.run(coreContext); 644 suite.run(coreContext); 862 console.info(`${TAG} runSkipped is skipped , just run xit, don't run it: ${spec.description}`); 953 run(coreContext) { 1162 console.info(`${TAG}[start] start run suites`); 1206 console.info(`${TAG}[end] run suite [all...] |
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 168 subprocess.run("python3 {} {} {}".format(
172 subprocess.run("python3 {} {} {}".format(
179 subprocess.run("python3 %s command_str=%s" % (
251 print("run history command:", cmd_record["raw_cmd"])
411 subprocess.run("python3 %s command_str=%s" % (pull_service_gcov_path, current_raw_cmd), shell=True)
419 subprocess.run("python3 %s testpart=%s" % (
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 155 subprocess.run("python3 %s %s" % (interface_path, partname_str), shell=True) 183 subprocess.run("python3 %s" % keyword_path, shell=True) 195 subprocess.run("python3 %s " % after_lcov_branch_path, shell=True)
|
/test/xts/tools/lite/reliability/ |
H A D | JSPressTest.js | 52 run() { 101 it.it.run(this.core);
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 271 self.run(command_case, request.listeners, timeout=15) 275 self.run(command_case, None, timeout=15) 307 def run(self, command=None, listener=None, timeout=None): member in CppTestDriver 343 self.run("{} --gtest_output=xml:{}".format( 361 self.run(command, listener_copy) 370 LOG.debug("No tests to re-run, all tests executed at least once.") 376 _, _, handler = self.run("{} {}=*{} --gtest_output=xml:{}".format( 387 _, _, handler = self.run("{} {}=*{}".format( 466 LOG.debug("run into :{}".format(is_true))
|
H A D | cpp_driver.py | 150 self.runner.run(listener) 157 self.runner.run(listener) 173 self.runner.run(listener_copy) 178 LOG.debug("Ready to run with rerun, expect run: %s" 181 LOG.debug("Run with rerun, has run: %s" % len(test_run) 187 LOG.debug("No tests to re-run, all tests executed at least " 199 LOG.debug("Ready to rerun file, expect run: %s" % len(expected_tests)) 201 LOG.debug("Rerun file, has run: %s" % len(test_run)) 210 LOG.debug("Rerun serially, expected run 281 def run(self, listener): global() member in RemoteCppTestRunner [all...] |
H A D | oh_kernel_driver.py | 116 self.runner.run(listeners) 159 def run(self, listeners): member in OHKernelTestRunner
|
H A D | oh_jsunit_driver.py | 169 LOG.debug("Start dry run xdevice JSUnit Test") 297 self.runner.run(listener_fixed) 310 self.runner.run(listener_copy) 315 LOG.debug("Ready to run with rerun, expect run: %s" 319 LOG.debug("Run with rerun, has run: %s" % len(test_run) 325 LOG.warning("No tests to re-run twice,please check") 338 LOG.debug("Ready to rerun twice, expect run: %s" % len(expected_tests)) 341 LOG.debug("Rerun twice, has run: %s" % len(test_run)) 346 LOG.warning("No tests to re-run thir 566 def run(self, listener): global() member in OHJSUnitTestRunner 940 def run(self, listener): global() member in OHJSLocalTestRunner [all...] |
/test/testfwk/arkxtest/jsunit/src/module/coverage/ |
H A D | coverageCollect.js | 35 // run callback mode if local test or (save path and read path ) is not defined 37 console.info(`${TAG} run coverage data in call back mode`); 48 console.info(`${TAG} run coverage data in save file mode`);
|
/test/xts/acts/ |
H A D | get_dependency.py | 124 def run(precise_repo_xts_list): function 152 run(precise_repo_xts.split(','))
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | openharmony.py | 115 def run(self, listener): member in OHJSUnitTestRunner 361 self.runner.run(listener) 374 self.runner.run(listener_copy) 379 LOG.debug("Developer_test Ready to run with rerun, expect run: %s" 383 LOG.debug("Run with rerun, has run: %s" % len(test_run) 389 LOG.debug("No tests to re-run twice,please check") 402 LOG.debug("Ready to rerun twice, expect run: %s" % len(expected_tests)) 405 LOG.debug("Rerun twice, has run: %s" % len(test_run)) 410 LOG.debug("No tests to re-run thir [all...] |
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 132 retry 场景更新run list 180 def run(self): member in TestRunner 186 self.log.info("Executing run list {}.".format(self.run_list)) 255 test_cls_instance.run() 322 Releases resources from test run. Should be called right after run() 364 def run(self): member in TestSuiteRunner 391 test_cls_instance.run() 415 Releases resources from test run. Should be called right after run() [all...] |
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 60 subprocess.run(commond.split(" "), shell=False, capture_output=True) 272 xmlfile.write(" <testcase name=\"{}\" status=\"run\" time=\"0.0\" classname=\"{}\" result=\"{}\" "
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | build_part.py | 109 run_cmd = f"run -t UT -tp {part_name} -cov coverage \n" 127 subprocess.run("python3 %s %s" % (build_before_path, test_part_str), shell=True)
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | device_test.py | 284 # run devicetest 287 device_test.run() 420 # run AppTest 423 app_test.run()
|
H A D | windows.py | 220 # run devicetest 223 device_test.run()
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 113 def run(self): member in TestSuite 333 test_cls_instance.run() 338 self.log.error("run case error! Exception: {}".format(e))
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 226 test_case_attributes[ReportConstant.status] = ReportConstant.run 230 test_case_attributes[ReportConstant.status] = ReportConstant.run
|
H A D | repeater_helper.py | 110 if status == ReportConstant.run:
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 122 def run(self): member in DriversThread 561 def run(self): member in DriversDryRunThread 693 def run(self): member in QueueMonitorThread 762 def run(self): member in ModuleThread
|
/test/xts/acts/telephony/telephonyjstest/netmanager_base/dns/entry/src/ohosTest/js/test/ |
H A D | NetworkManagerMdns.test.js | 29 console.log(`SUB_Telephony_ run startSearching function`); 34 console.log(`SUB_Telephony_ run stopSearching function`); 39 console.log(`SUB_Telephony_ run found function`); 44 console.log(`SUB_Telephony_ run lost function`);
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | handler.py | 117 if result == ReportConstant.false and (status == ReportConstant.run or status == ""):
|
/test/testfwk/developer_test/src/core/build/ |
H A D | build_manager.py | 29 from core.command.run import Run
|