def after_test(self, *args, **kwargs):
        """After_Test.

        After_Test calls _join_lingering_threads function from paramiko,
        which stops all threads (set the state to inactive and joins for 10s).
        """
        _join_lingering_threads()
    def after_test(self, *args, **kwargs):
        """After_Test.

        After_Test calls _join_lingering_threads function from paramiko,
        which stops all threads (set the state to inactive and joins for 10s).
        """
        _join_lingering_threads()
Example #3
0
 def afterTest(self, *args, **kwargs):
     _join_lingering_threads()
 def afterTest(self, *args, **kwargs):
     _join_lingering_threads()
 def afterTest(self, *args, **kwargs):
     transport._join_lingering_threads()