diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2017-02-22 16:18:56 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2017-02-22 16:40:22 +0800 |
| commit | 10f0300f704ca8dd5928d9a8b41ac6c16732f203 (patch) | |
| tree | 1f66e3f90def614a4579ad2c47c8476ce41cfa14 /openstackclient/tests/functional/common | |
| parent | 62938c02e077049e3e4ebb393045ba0fa783c72d (diff) | |
| download | python-openstackclient-10f0300f704ca8dd5928d9a8b41ac6c16732f203.tar.gz | |
Show openstacksdk version info in "module list"
openstacksdk bug/1588823 exist, no good way to add __version__ for
openstack module properly, fix the issue in osc side, make openstacksdk
module information be available.
Change-Id: I27ff61792443d1aa07f31598bed3aa32f924ff40
Partial-Bug: #1662058
Diffstat (limited to 'openstackclient/tests/functional/common')
| -rw-r--r-- | openstackclient/tests/functional/common/test_module.py | 3 |
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', |
