xts_tools冗余代码删除

Signed-off-by: jiaxugangzz <jiaxugang@huawei.com>
This commit is contained in:
jiaxugangzz 2023-02-07 19:08:20 +08:00
parent 7cad3925e7
commit c29df58965
3 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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()

View File

@ -58,4 +58,3 @@ def rebootTest():
if __name__ == "__main__":
rebootTest()
# main()