From: Steven Hardy Date: Wed, 6 Feb 2013 10:05:58 +0000 (+0000) Subject: heat tests : fix StackControllerTest name duplication X-Git-Tag: 2014.1~929 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9a177a14e8adddc3ebbbdefc6f60f8eb2975f672;p=openstack-build%2Fheat-build.git heat tests : fix StackControllerTest name duplication StackControllerTest appears twice in the run_tests.sh output, since it's used for both the CFN and ReST API tests, so rename the CFN testcase to make run_tests output less confusing Change-Id: Iedf2e21ecd0b511eb93a11c2cf593dbfc1bcaca9 Signed-off-by: Steven Hardy --- diff --git a/heat/tests/test_api_cfn_v1.py b/heat/tests/test_api_cfn_v1.py index 28bf6588..014c8c47 100644 --- a/heat/tests/test_api_cfn_v1.py +++ b/heat/tests/test_api_cfn_v1.py @@ -30,7 +30,7 @@ import heat.api.cfn.v1.stacks as stacks @attr(tag=['unit', 'api-cfn-v1-stacks', 'StackController']) @attr(speed='fast') -class StackControllerTest(unittest.TestCase): +class CfnStackControllerTest(unittest.TestCase): ''' Tests the API class which acts as the WSGI controller, the endpoint processing API requests after they are routed