Merge "Fix reference to tempest_lib"

This commit is contained in:
Jenkins 2016-04-29 14:28:00 +00:00 committed by Gerrit Code Review
commit b0c99df35b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class IdentityV3ProjectsTest(base.BaseIdentityV3Test):
# user can successfully authenticate using his credentials and
# project name from received projects list
for project in resp['projects']:
# 'user_domain_id' needs to be specified otherwise tempest_lib
# 'user_domain_id' needs to be specified otherwise tempest.lib
# assumes it to be 'default'
token_id, body = self.non_admin_token.get_token(
username=self.os.credentials.username,

View File

@ -30,7 +30,7 @@ class TokensV3Test(base.BaseIdentityV3Test):
password = creds.password
user_domain_id = creds.user_domain_id
# 'user_domain_id' needs to be specified otherwise tempest_lib assumes
# 'user_domain_id' needs to be specified otherwise tempest.lib assumes
# it to be 'default'
token_id, resp = self.non_admin_token.get_token(
user_id=user_id,