Searched refs:testtype (Results 1 – 14 of 14) sorted by relevance
/test/testfwk/developer_test/src/core/command/ |
D | run.py | 87 test_type_list = para.get_testtype_list(options.testtype) 91 options.testtype = test_type_list 104 LOG.info("testtype = %s" % str(options.testtype)) 206 if "acts" in options.testtype or "hats" in options.testtype or "hits" in options.testtype: 208 … options.testcases_path = self.get_xts_tests_out_path(options.productform, options.testtype) 209 … options.resource_path = self.get_xts_tests_out_path(options.productform, options.testtype) 222 if ("distributedtest" in options.testtype and 223 len(options.testtype) == 1): 302 if "fuzztest" == options.testtype[0] and options.coverage is False: 389 def get_xts_tests_out_path(cls, product_form, testtype): argument [all …]
|
D | gen.py | 33 if (len(options.testtype) != 1) or (options.dirpath == "") or \ 38 if "FUZZ" in options.testtype: 41 LOG.error("GEN is not support %s." % options.testtype)
|
D | console.py | 497 testtype = "testtype" variable in ConfigConst
|
/test/testfwk/developer_test/src/core/build/ |
D | build_manager.py | 160 "ALL" in para.testtype): 181 if "fuzztest" in para.testtype: 222 LOG.info("testtype = %s" % str(param.testtype)) 243 if "acts" in param.testtype or "hats" in param.testtype or "hits" in param.testtype:
|
D | build_testcases.py | 106 para.testtype[0], 272 para.testtype[0]) 353 … "build_xts=true", "--export-para", "xts_suitename:" + para.testtype[0]]
|
D | select_targets.py | 188 typelist = para.testtype
|
/test/testfwk/developer_test/src/core/driver/ |
D | drivers.py | 335 if "fuzztest" == self.config.testtype[0]: 345 if "benchmark" == self.config.testtype[0]: 366 if "fuzztest" == self.config.testtype[0]: 376 if "benchmark" == self.config.testtype[0]: 441 if self.config.testtype[0] != "fuzztest": 594 if "fuzztest" == self.config.testtype[0]: 603 self.config.testtype, 634 if "fuzztest" == self.config.testtype[0]: 741 if "fuzztest" == self.config.testtype[0]: 778 testtype, argument [all …]
|
/test/testfwk/developer_test/localCoverage/push_coverage_so/ |
D | push_coverage.py | 170 testtype = sys.argv[1] variable 174 if testtype == "testpart":
|
/test/testfwk/developer_test/src/core/testcase/ |
D | testcase_manager.py | 52 LOG.info("test type list: " + str(options.testtype)) 55 if len(options.testtype) != 0: 56 test_type_list = options.testtype
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | constants.py | 259 testtype = "testtype" variable in ConfigConst
|
/test/testfwk/xdevice/docs/ |
D | Command_Run.md | 131 指定当前任务的测试类型。长选项表示为"--testtype"。其值主要使用在可视化报告中,默认为Test。可选类型有UT,MST,ST,PERF,SEC,RELI,DST,All。
|
/test/testfwk/developer_test/libs/fuzzlib/ |
D | README_zh.md | 73 | -t | testtype | 测试类型 | 目前仅支持"FUZZ" |
|
/test/testfwk/developer_test/ |
D | README.md | 280 -t [TESTTYPE [TESTTYPE ...]], --testtype [TESTTYPE [TESTTYPE ...]]
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
D | console.py | 242 dest=ConfigConst.testtype,
|