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:
wangxiyuan
2016-05-23 15:03:32 +08:00
parent d168bd73eb
commit cbb46434e6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'):