def tearDown(self):
     print "Tearing down test"
     super(WebuiTestSanity, self).tearDown()
     SolnSetupResource.finishedWith(self.res)
 def __del__(self):
     print "Deleting test_with_setup now"
     SolnSetupResource.finishedWith(self.res)