def tearDown(self): print "Tearing down test" super(ECMPSanityFixture, self).tearDown() SolnSetupResource.finishedWith(self.res)
def __del__(self): print "Deleting test_with_setup now" SolnSetupResource.finishedWith(self.res)
def tearDown(self): print "Tearing down Mirror test" super(SvcMirrorSanityFixture, self).tearDown() SolnSetupResource.finishedWith(self.res)
def tearDown(self): print "Tearing down test" super(PerformanceSanity, self).tearDown() SolnSetupResource.finishedWith(self.res)
def tearDown(self): print "Tearing down test" super(TestSanityBase, self).tearDown() SolnSetupResource.finishedWith(self.res)