mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-26 17:40:54 +00:00
xts_tools冗余代码删除
Signed-off-by: jiaxugangzz <jiaxugang@huawei.com>
This commit is contained in:
parent
7cad3925e7
commit
c29df58965
@ -223,7 +223,6 @@ class SuiteModuleWithTestbundleBuilder:
|
||||
else:
|
||||
self._generate_xml_by_template(_test_xml, _testsuite_name,
|
||||
_config_file)
|
||||
#self._generate_testcase_xml(args)
|
||||
_resource_srcroot = _get_resource_rootpath(args.project_path)
|
||||
self._archive_test_file_to_testcase(_testcases_dir)
|
||||
|
||||
|
@ -128,4 +128,3 @@ if __name__ == "__main__":
|
||||
print("Exception found after Test,please check faultlog path")
|
||||
raise Exception("Exception found after Test,please check faultlog path")
|
||||
logging.info("------------------------TEST END---------------------------")
|
||||
# main()
|
||||
|
@ -58,4 +58,3 @@ def rebootTest():
|
||||
|
||||
if __name__ == "__main__":
|
||||
rebootTest()
|
||||
# main()
|
||||
|
Loading…
Reference in New Issue
Block a user