Example #1
0
 def tearDown(self):
     # cleanup task_self between tests to restore defaults
     task_cleanup()
Example #2
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
Example #3
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
Example #4
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
Example #5
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
Example #6
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
Example #7
0
    def tearDown(self):
        """cleanup all tasks"""
        task_cleanup()

        # we played with fd_max: restore original nofile resource limits
        resource.setrlimit(resource.RLIMIT_NOFILE, (self.soft, self.hard))
Example #8
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
Example #9
0
    def tearDown(self):
        """cleanup all tasks"""
        task_cleanup()

        # we played with fd_max: restore original nofile resource limits
        resource.setrlimit(resource.RLIMIT_NOFILE, (self.soft, self.hard))