/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 272 module = ResultReporter._count_result(ele_module) 274 module_name = file_name[:-4] if module.name in ["", "AllTests"] else module.name.strip() 284 self.summary.tests += module.tests 285 self.summary.passed += module.passed 286 self.summary.failed += module.failed 287 self.summary.blocked += module.blocked 288 self.summary.ignored += module.ignored 289 if module.unavailable == 0: 295 module_report, module_time = module [all...] |
H A D | __main__.py | 94 for module in modules_info: 95 row = [module.get(name, "") for name in attr_names]
|
/test/xts/tools/build/ |
H A D | judgePart.py | 34 for module in module_info_data: 35 if module in [build_target, f'{build_target}_override']: 36 return module_info_data[module]
|
H A D | utils.py | 175 for module in module_info_data: 176 if module_info_data[module]["build_target_name"] == build_target: 177 sys.stdout.write(module) 178 return module
|
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 54 static void OHLog(const char *module, const char *format, ...) in OHLog() argument 63 printf("[%s] %s\n", module, buffer); in OHLog() 66 #define OH_LOG_ERROR(module, format, ...) \ 68 OHLog(module, format, ##__VA_ARGS__); \ 72 #define OH_LOG_INFO(module, format, ...) \ 74 OHLog(module, format, ##__VA_ARGS__); \
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 59 LOG.warning("Readline module is not exist.") 301 parser.add_argument("--reboot-per-module", 305 "module") 341 help="- kits that are used for specify module") 349 ' module' 368 help="Specify module config json path"), 375 "--scheduler module") 683 [(module, failed) for module, case_list in params[ReportConst.unsuccessful_params].items() 713 for module, faile [all...] |
/test/xts/tools/lite/hctest/include/ |
H A D | hctest.h | 73 #define LITE_TEST_SUIT(subsystem, module, test_suite) \ 78 suite_object##test_suite.module_name = #module; \
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 216 for module in module_info_data: 217 if module_info_data[module]["build_target_name"] == build_target: 218 sys.stdout.write(module) 219 return module 404 values = {"module": module_name, "product": product_name}
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | initndk.cpp | 19 #include <linux/module.h>
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | openharmony.py | 321 module = get_config_value('module-name', 328 self.config.module_name = module 332 if not package and not module: 333 raise ParamError("Neither package nor module is found"
|
/test/xts/tools/lite/ |
H A D | runtest.sh | 34 echo " ./runtest.sh user=USERNAME product=PRODUCT platform=PLATFORM module=MODULE device=IP:PORT" 37 echo " module : MODULE the module name" 67 module) MODULE="$PARAM" 95 echo "module is required!"
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | scheduler.py | 416 if task.config.scheduler == SchedulerType.module: 550 if config.scheduler == SchedulerType.module: 645 for module, _ in SuiteReporter.get_failed_case_list(): 646 if module_name == module or str(module_name).split( 647 ".")[0] == module:
|
H A D | source.py | 160 module_name = result_dict.get("module", "") 371 if config.scheduler == SchedulerType.module and config_file:
|
/test/xts/acts/ |
H A D | runtest.sh | 22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]" 26 echo " module : MODULE_NAME name of the module to run. Run all modules by default." 62 module) MODULE_NAME="$PARAM" 153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m" 155 echo -e "\033[31mTest module "$MODULE_NAME" does not exist!\033[0m" 171 echo -e "\033[31mNon-xdevice module in acts!\033[0m"
|
/test/xts/dcts/ |
H A D | runtest.sh | 22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]" 26 echo " module : MODULE_NAME the module name to run. Run all modules by default." 62 module) MODULE_NAME="$PARAM" 153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m" 155 echo -e "\033[31mTest module "$MODULE_NAME" dose not exist!\033[0m" 171 echo -e "\033[31mNon-xdevice module in dcts!\033[0m"
|
/test/xts/hats/ |
H A D | runtest.sh | 22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]" 26 echo " module : MODULE_NAME the module name to run. Run all modules by default." 62 module) MODULE_NAME="$PARAM" 153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m" 155 echo -e "\033[31mTest module "$MODULE_NAME" dose not exist!\033[0m" 171 echo -e "\033[31mNon-xdevice module in hats!\033[0m"
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_jsunit_driver.py | 246 module = get_config_value('module-name', 255 self.config.module_name = module 260 if not package and not module: 817 module = get_config_value('module-name', 830 self.config.module_name = module 835 if not package and not module:
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 188 # module 189 module = "module" variable in SchedulerType
|
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/ |
H A D | nopermisson.js | 166 console.log("testFace faceDemo auth module = " + JSON.stringify(modulea)); 250 console.log("authV9 module " + result.module);
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | uitest_napi.cpp | 548 static napi_module module = { member 560 napi_module_register(&module); in RegisterModule()
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 66 static void OHLog(const char *module, const char *format, ...) { in OHLog() argument 75 printf("[%s] %s\n", module, buffer); in OHLog() 78 #define OH_LOG_ERROR(module, format, ...) \ 80 OHLog(module, format, ##__VA_ARGS__); \ 84 #define OH_LOG_INFO(module, format, ...) \ 86 OHLog(module, format, ##__VA_ARGS__); \
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 524 connect_wifi_cmd = "am instrument -e request \"{{module:Wifi, " \ 1007 name_list = ["module.json", "config.json"]
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1480 ArkUINodeHandle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module, ArkUI_Int32 repeatIndex); 2848 void (*setSliderBlockImage)(ArkUINodeHandle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module);
|