예제 #1
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
         FLAGS.reset()
     super(RpcKombuTestCase, self).tearDown()
예제 #2
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
예제 #3
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
예제 #4
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
     super(RpcKombuTestCase, self).tearDown()