Example #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)
 def tearDown(self):
     try:
         import boto
         import boto.exception
     except ImportError:
         pass
     else:
         sys.modules['buildbot.ec2buildslave'].boto = boto
     return RunMixin.tearDown(self)
Example #3
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
Example #4
0
 def tearDown(self):
   connection.creation.destroy_test_db(self.old_name)
   return RunMixin.tearDown(self)
Example #5
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)
Example #6
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
Example #7
0
 def tearDown(self):
     connection.creation.destroy_test_db(self.old_name)
     return RunMixin.tearDown(self)
Example #8
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)