Fix reference to tempest_lib

Trivial-Fix

Change-Id: I413c17bdada2208321c055812c255f5b7fd0d51b
This commit is contained in:
Marc Koderer 2016-04-28 17:24:15 -05:00
parent 1af2303004
commit 8afdf6ca16
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,