From 019dc3609a1e33eaa4cc07367502cfc140e099b7 Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 28 Aug 2017 07:52:21 -0600 Subject: Fixed test names. Copy/paste issue changed nova to heat. Change-Id: Ib75fcea4c87375f615862e0542569c8e3d9675e8 Signed-off-by: spisarski (cherry picked from commit 1ac3fefd616758779fc1489b5fee8689ec2487d9) --- snaps/openstack/utils/tests/heat_utils_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snaps/openstack/utils/tests/heat_utils_tests.py b/snaps/openstack/utils/tests/heat_utils_tests.py index 92432f6..3293b2f 100644 --- a/snaps/openstack/utils/tests/heat_utils_tests.py +++ b/snaps/openstack/utils/tests/heat_utils_tests.py @@ -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. """ -- cgit 1.2.3-korg