Esempio n. 1
0
 def tearDown(self):
     # cleanup task_self between tests to restore defaults
     task_cleanup()
Esempio n. 2
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
Esempio n. 3
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
Esempio n. 4
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
Esempio n. 5
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
Esempio n. 6
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
Esempio n. 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))
Esempio n. 8
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
Esempio n. 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))