From 8afdf6ca16c716758932e1a23d995f2969f72e5c Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Thu, 28 Apr 2016 17:24:15 -0500 Subject: [PATCH] Fix reference to tempest_lib Trivial-Fix Change-Id: I413c17bdada2208321c055812c255f5b7fd0d51b --- tempest/api/identity/v3/test_projects.py | 2 +- tempest/api/identity/v3/test_tokens.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tempest/api/identity/v3/test_projects.py b/tempest/api/identity/v3/test_projects.py index 995b77e223..1574ab7725 100644 --- a/tempest/api/identity/v3/test_projects.py +++ b/tempest/api/identity/v3/test_projects.py @@ -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, diff --git a/tempest/api/identity/v3/test_tokens.py b/tempest/api/identity/v3/test_tokens.py index 593bf2a2fc..d5bed9682a 100644 --- a/tempest/api/identity/v3/test_tokens.py +++ b/tempest/api/identity/v3/test_tokens.py @@ -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,