Merge "Rename a test method in test_policy.py"

This commit is contained in:
Jenkins 2015-08-09 17:43:18 +00:00 committed by Gerrit Code Review
commit bbfd5cf486

View File

@ -377,7 +377,7 @@ class NeutronPolicyTestCase(base.BaseTestCase):
admin_context = context.get_admin_context()
self.assertFalse(policy.check_is_advsvc(admin_context))
def test_check_is_advsvc_with_svc_context_suceeds(self):
def test_check_is_advsvc_with_svc_context_succeeds(self):
svc_context = context.Context('', 'svc', roles=['advsvc'])
self.assertTrue(policy.check_is_advsvc(svc_context))