[test] Fixed test name in keystone cookbook tests

This commit is contained in:
Maxim Kulkin 2012-08-14 13:04:33 +04:00
parent 2b44ed70d1
commit eacb06ce13

View File

@ -157,7 +157,7 @@ class TestKeystone(CookbookTestCase, OpenstackCommon):
assert role == None, "Role wasn't deleted"
def test_role_deletion(self):
def test_role_deletion_doesnt_fail_if_role_do_not_exist(self):
self._create_role('foo')
self._delete_role('foo')