]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat tests : fix StackControllerTest name duplication
authorSteven Hardy <shardy@redhat.com>
Wed, 6 Feb 2013 10:05:58 +0000 (10:05 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 6 Feb 2013 10:05:58 +0000 (10:05 +0000)
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 <shardy@redhat.com>
heat/tests/test_api_cfn_v1.py

index 28bf6588e410f56b0676e3d2de6343835a59d7b7..014c8c47ca7879abe017388b523a8716e5435af8 100644 (file)
@@ -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