Exemple #1
0
 def post_execution_cleanup(self):
     SaltCoverageTestingParser.post_execution_cleanup(self)
     if self.options.clean:
         TestDaemon.clean()
Exemple #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)
Exemple #3
0
 def post_execution_cleanup(self):
     SaltCoverageTestingParser.post_execution_cleanup(self)
     if self.options.clean:
         TestDaemon.clean()
Exemple #4
0
 def __init__(self, *args, **kwargs):
     SaltCoverageTestingParser.__init__(self, UNIT_ROOT, *args, **kwargs)
     self.option_groups.remove(self.fs_cleanup_options_group)