summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/common/test_module.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-22 22:51:28 +0000
committerGerrit Code Review <review@openstack.org>2017-02-22 22:51:28 +0000
commitc8435f2d5a31731e3f25f9ed14fa54f8cb372eee (patch)
tree5999b33fb74045a18cf5396cc05015bab6e52202 /openstackclient/tests/functional/common/test_module.py
parent3746fd2caf1dd3853a4def5f8f5f228bb1b1871a (diff)
parent10f0300f704ca8dd5928d9a8b41ac6c16732f203 (diff)
downloadpython-openstackclient-c8435f2d5a31731e3f25f9ed14fa54f8cb372eee.tar.gz
Merge "Show openstacksdk version info in "module list""
Diffstat (limited to 'openstackclient/tests/functional/common/test_module.py')
-rw-r--r--openstackclient/tests/functional/common/test_module.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/common/test_module.py b/openstackclient/tests/functional/common/test_module.py
index b56c83ad..f4f2e952 100644
--- a/openstackclient/tests/functional/common/test_module.py
+++ b/openstackclient/tests/functional/common/test_module.py
@@ -23,7 +23,8 @@ class ModuleTest(base.TestCase):
CLIENTS = ['openstackclient',
'keystoneclient',
- 'novaclient']
+ 'novaclient',
+ 'openstack']
LIBS = ['osc_lib',
'os_client_config',