Ejemplo n.º 1
0
 def tearDown(self):
     try:
         import boto
         import boto.exception
     except ImportError:
         pass
     else:
         sys.modules['buildbot.ec2buildslave'].boto = boto
     return RunMixin.tearDown(self)
Ejemplo n.º 2
0
 def tearDown(self):
     try:
         import boto
         import boto.exception
     except ImportError:
         pass
     else:
         sys.modules['buildbot.ec2buildslave'].boto = boto
     return RunMixin.tearDown(self)
Ejemplo n.º 3
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
Ejemplo n.º 4
0
 def tearDown(self):
   connection.creation.destroy_test_db(self.old_name)
   return RunMixin.tearDown(self)
Ejemplo n.º 5
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)
Ejemplo n.º 6
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
Ejemplo n.º 7
0
 def tearDown(self):
     connection.creation.destroy_test_db(self.old_name)
     return RunMixin.tearDown(self)
Ejemplo n.º 8
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)