Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
print("Launching tests..")
- @classmethod
- def tearDownClass(cls):
- cls.tearDownRecursor()
-
@classmethod
def startResponders(cls):
global cookieReactorRunning
@classmethod
def tearDownClass(cls):
- cls.tearDownRecursor()
for listerner in DNSTapListeners:
listerner.close()
+ super().tearDownClass()
def getFirstDnstap(self):
try:
@classmethod
def tearDownClass(cls):
- cls.tearDownRecursor()
os.unlink('tagfile')
+ super().tearDownClass()
class RoutingTagTest(RoutingTagTest):
_confdir = 'RoutingTag'