Remove unnecessary code in test setUp/tearDown
Change-Id: I41c033dceafdf1ce39ff3dc11f11b54a909cec12
This commit is contained in:
@@ -2042,7 +2042,6 @@ class LibvirtConnectionTestCase(test.TestCase):
|
|||||||
super(LibvirtConnectionTestCase, self).setUp()
|
super(LibvirtConnectionTestCase, self).setUp()
|
||||||
|
|
||||||
self.libvirtconnection = connection.LibvirtConnection(read_only=True)
|
self.libvirtconnection = connection.LibvirtConnection(read_only=True)
|
||||||
self.platform = sys.platform
|
|
||||||
|
|
||||||
self.temp_path = os.path.join(flags.FLAGS.instances_path,
|
self.temp_path = os.path.join(flags.FLAGS.instances_path,
|
||||||
'instance-00000001/', '')
|
'instance-00000001/', '')
|
||||||
@@ -2054,7 +2053,6 @@ class LibvirtConnectionTestCase(test.TestCase):
|
|||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super(LibvirtConnectionTestCase, self).tearDown()
|
super(LibvirtConnectionTestCase, self).tearDown()
|
||||||
sys.platform = self.platform
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
shutil.rmtree(flags.FLAGS.instances_path)
|
shutil.rmtree(flags.FLAGS.instances_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user