Home
last modified time | relevance | path

Searched refs:subsystem_name (Results 1 - 16 of 16) sorted by relevance

/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_testcases.sh126 subsystem_name=$(python test/xts/tools/lite/build/utils.py --method_name get_subsystem_name --arguments path=${element})
127 echo "subsystem_name=${subsystem_name}"
128 python test/xts/tools/lite/build/utils.py --method_name record_testmodule_info --arguments build_target_name=${suite_module_name}#module_name=${suite_module_name}#subsystem_name=${subsystem_name}#suite_out_dir=${DIST_DIR}/json#same_file=True
130 mkdir -p ${suite_out_dir}/${subsystem_name}
131 cp -rf ${BASE_HOME}/out/${board_name}/${PRODUCT}/${BUILD_OUTFILE} ${suite_out_dir}/${subsystem_name}/${suite_module_name}.bin
132 if [ -f "${suite_out_dir}/${subsystem_name}/*.a" ];then
133 rm -f ${suite_out_dir}/${subsystem_name}/*.a
/test/xts/tools/lite/build/
H A Dutils.py196 subsystem_name = ""
201 subsystem_name = subsystem
205 subsystem_name = subsystem
207 sys.stdout.write(subsystem_name)
208 return subsystem_name
263 subsystem_name = ""
268 subsystem_name = subsystem
272 subsystem_name = subsystem
274 return subsystem_name
297 subsystem_name, suite_out_di
[all...]
H A Dsuite.py50 subsystem_name='communication',
67 parser.add_argument('--subsystem_name', help='', required=False)
110 self.args.subsystem_name,
122 subsystem_name, suite_out_dir):
123 if not build_target_name or not subsystem_name:
125 'build_target_name or subsystem_name of testmodule "%s" '
138 module_info = {'subsystem': subsystem_name,
154 values = {"module": module_name, "subsystem": self.args.subsystem_name}
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py181 def create_table_test(reportpath, subsystem_name, datalist, total_count, covered_count):
210 print("part_name==" + subsystem_name)
211 tabletitle = table_title % (subsystem_name)
222 "<font=>" + subsystem_name + "</font>", "<font>" + line[0] + "</font>",
228 "<font>" + subsystem_name + "</font>", "<font>" + line[0] + "</font>",
H A Dinterface_coverage_gcov_lcov.py389 subsystem_name = item[0]
393 summary_list.append([subsystem_name, len(data_list), count, coverage])
411 fd.write(" <item subsystem_name=\"%s\" "
425 subsystem_name = item[0]
431 report_path, subsystem_name, data_list, len(data_list), count)
478 print("subsystem_name not exists!")
/test/xts/tools/build/
H A Dutils.py154 subsystem_name = ""
159 subsystem_name = subsystem
163 subsystem_name = subsystem
165 sys.stdout.write(subsystem_name)
166 return subsystem_name
H A Dtest_package_select.py56 subsystem_name = dep[rslash_index + 1:colon_index]
57 if subsystem_name in subsystems:
H A Dsuite.py185 parser.add_argument('--subsystem_name', help='',
238 args.subsystem_name,args.part_name)
277 def _record_testpart_info(build_target_name, module_name, testcases_dir, subsystem_name, part_name):
286 module_info_data = {'subsystem': subsystem_name, 'part': part_name,
/test/xts/tools/lite/
H A DbuildFun.sh68 subsystem_name=$(python test/xts/tools/lite/build/utils.py --method_name get_subsystem_name --arguments path=${element})
70 python test/xts/tools/lite/build/utils.py --method_name record_testmodule_info --arguments build_target_name=${suite_module_name}#module_name=${suite_module_name}#subsystem_name=${subsystem_name}#suite_out_dir=${DIST_DIR}/json#same_file=True
72 mkdir -p ${suite_out_dir}/${subsystem_name}
73 cp -f ${BASE_HOME}/out/hispark_pegasus/wifiiot_hispark_pegasus/${WIFIIOT_OUTFILE} ${suite_out_dir}/${subsystem_name}/${suite_module_name}.bin
74 rm -f ${suite_out_dir}/${subsystem_name}/*.a
113 python test/xts/tools/lite/build/utils.py --method_name record_testmodule_info --arguments build_target_name=OHOS_Image#module_name=OHOS_Image#subsystem_name=${PRODUCT}#suite_out_dir=${xts_root_dir_common}/testcases#same_file=True
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py88 subsystem_name = value.get("name")
89 if subsystem_name in filter_subsystem_name_list:
97 subsystem_info_dic[subsystem_name] = [
116 def get_subsystem_rootpath(subsystem_name):
121 if key == subsystem_name:
/test/testfwk/developer_test/local_coverage/push_coverage_so/
H A Dpush_coverage.py96 def find_so_source_dest(path: str, subsystem_name: str) -> dict:
111 if "subsystem_name" not in json_obj:
113 if json_obj["subsystem_name"] != subsystem_name:
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py162 subsystem_name = result_dict.get("subsystem", "")
163 if not module_name or not part_name or not subsystem_name:
170 subsystem_name not in subsystem_list:
174 {module_name: (subsystem_name, part_name)})
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h127 const char* subsystem_name; member
H A Dhctest.h77 suite_object##test_suite.subsystem_name = #subsystem; \
/test/xts/tools/lite/hctest/src/
H A Dhctest.c119 suite_object.subsystem_name = NULL; in AddTestCase()
163 if (CompareInputType(curSuite->subsystem_name, subSystemName) || in RunSpecialTestSuite()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py602 root_dir, subsystem_name = os.path.split(root_dir)
604 module_name = subsystem_name
605 root_dir, subsystem_name = os.path.split(root_dir)

Completed in 8 milliseconds