Replace tempest_lib with tempest.lib
As the tempest_lib is deprecated and the code has been moved into tempest. We should use tempest.lib insteded of tempest_lib. Change-Id: Id22f90a47056cd88f9524fc6015607c93f7d88b5
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
import os
|
||||
|
||||
import os_client_config
|
||||
from tempest_lib.cli import base
|
||||
from tempest.lib.cli import base
|
||||
|
||||
|
||||
def credentials(cloud='devstack-admin'):
|
||||
|
||||
Reference in New Issue
Block a user