示例#1
0
 def post_execution_cleanup(self):
     SaltCoverageTestingParser.post_execution_cleanup(self)
     if self.options.clean:
         TestDaemon.clean()
示例#2
0
 def print_overall_testsuite_report(self):
     if RUNTESTS_WITH_HARD_KILL is False:
         terminate_process_pid(os.getpid(), only_children=True)
     SaltCoverageTestingParser.print_overall_testsuite_report(self)
示例#3
0
文件: runtests.py 项目: DaveQB/salt
 def post_execution_cleanup(self):
     SaltCoverageTestingParser.post_execution_cleanup(self)
     if self.options.clean:
         TestDaemon.clean()
示例#4
0
 def __init__(self, *args, **kwargs):
     SaltCoverageTestingParser.__init__(self, UNIT_ROOT, *args, **kwargs)
     self.option_groups.remove(self.fs_cleanup_options_group)