Fixed test names. 47/46947/1
authorspisarski <s.pisarski@cablelabs.com>
Mon, 28 Aug 2017 13:52:21 +0000 (07:52 -0600)
committerSteven Pisarski <s.pisarski@cablelabs.com>
Thu, 9 Nov 2017 14:44:57 +0000 (14:44 +0000)
Copy/paste issue changed nova to heat.

Change-Id: Ib75fcea4c87375f615862e0542569c8e3d9675e8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
(cherry picked from commit 1ac3fefd616758779fc1489b5fee8689ec2487d9)

snaps/openstack/utils/tests/heat_utils_tests.py

index 92432f6..3293b2f 100644 (file)
@@ -29,7 +29,7 @@ from snaps.openstack.utils import heat_utils, neutron_utils
 
 __author__ = 'spisarski'
 
-logger = logging.getLogger('nova_utils_tests')
+logger = logging.getLogger('heat_utils_tests')
 
 
 class HeatSmokeTests(OSComponentTestCase):
@@ -37,7 +37,7 @@ class HeatSmokeTests(OSComponentTestCase):
     Tests to ensure that the heat client can communicate with the cloud
     """
 
-    def test_nova_connect_success(self):
+    def test_heat_connect_success(self):
         """
         Tests to ensure that the proper credentials can connect.
         """
@@ -48,7 +48,7 @@ class HeatSmokeTests(OSComponentTestCase):
         for stack in stacks:
             print stack
 
-    def test_nova_connect_fail(self):
+    def test_heat_connect_fail(self):
         """
         Tests to ensure that the improper credentials cannot connect.
         """