Replace tempest-lib with tempest.lib
tempest-lib is deprecated, replace it with tempest.lib. Closes-Bug: #1553047 Change-Id: Ib03938b133f2aca1e73ec5df5815cff9dfe7b2e2
This commit is contained in:
		 Daniel Gonzalez
					Daniel Gonzalez
				
			
				
					committed by
					
						 Srinivasan Srivatsan
						Srinivasan Srivatsan
					
				
			
			
				
	
			
			
			 Srinivasan Srivatsan
						Srinivasan Srivatsan
					
				
			
						parent
						
							7af57ed5ba
						
					
				
				
					commit
					74287cbe37
				
			| @@ -14,7 +14,7 @@ import os | |||||||
|  |  | ||||||
| from keystoneclient.auth.identity import v2 | from keystoneclient.auth.identity import v2 | ||||||
| from keystoneclient import session | from keystoneclient import session | ||||||
| from tempest_lib import base | from tempest.lib import base | ||||||
|  |  | ||||||
|  |  | ||||||
| class TestV2AccessInfo(base.BaseTestCase): | class TestV2AccessInfo(base.BaseTestCase): | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ oslotest>=1.10.0 # Apache-2.0 | |||||||
| reno>=1.6.2 # Apache2 | reno>=1.6.2 # Apache2 | ||||||
| requests-mock>=0.7.0 # Apache-2.0 | requests-mock>=0.7.0 # Apache-2.0 | ||||||
| sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD | sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD | ||||||
| tempest-lib>=0.14.0 # Apache-2.0 | tempest>=11.0.0 # Apache-2.0 | ||||||
| testrepository>=0.0.18 # Apache-2.0/BSD | testrepository>=0.0.18 # Apache-2.0/BSD | ||||||
| testresources>=0.2.4 # Apache-2.0/BSD | testresources>=0.2.4 # Apache-2.0/BSD | ||||||
| testscenarios>=0.4 # Apache-2.0/BSD | testscenarios>=0.4 # Apache-2.0/BSD | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user