From 9a177a14e8adddc3ebbbdefc6f60f8eb2975f672 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 6 Feb 2013 10:05:58 +0000 Subject: [PATCH] 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 --- heat/tests/test_api_cfn_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2