Cleaned up extra network created in the test 71/59871/1
authorspisarski <s.pisarski@cablelabs.com>
Mon, 16 Jul 2018 17:49:45 +0000 (11:49 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 16 Jul 2018 17:49:45 +0000 (11:49 -0600)
test_set_one_port_two_ip_two_subnets()

JIRA: SNAPS-323

Change-Id: I7610d7b3d2262b0f75c9620d2ec6907b62458158
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
snaps/openstack/tests/create_instance_tests.py

index a45654f..0becbf4 100644 (file)
@@ -1454,6 +1454,14 @@ class CreateInstancePortManipulationTests(OSIntegrationTestCase):
                     'Unexpected exception cleaning network with message - %s',
                     e)
 
+        if self.network_creator2:
+            try:
+                self.network_creator2.clean()
+            except Exception as e:
+                logger.error(
+                    'Unexpected exception cleaning network with message - %s',
+                    e)
+
         if self.image_creator and not self.image_creator.image_settings.exists:
             try:
                 self.image_creator.clean()