diff options
author | Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> | 2016-07-27 12:40:04 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-27 11:33:15 +0000 |
commit | 086f1b56e4194642328c5a6b86e46cb0ac17cfb3 (patch) | |
tree | 8b7fd77b9334483cc72b68a87bd0e52d651a76af /testcases | |
parent | 1da93778752185235e65007a6940d3af5592196a (diff) |
Fix the proper version output for kingbird.
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
Diffstat (limited to 'testcases')
-rwxr-xr-x | testcases/OpenStack/tempest/run_tempest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/OpenStack/tempest/run_tempest.py b/testcases/OpenStack/tempest/run_tempest.py index 61fe2486..c6076680 100755 --- a/testcases/OpenStack/tempest/run_tempest.py +++ b/testcases/OpenStack/tempest/run_tempest.py @@ -219,7 +219,7 @@ def configure_tempest_feature(deployment_dir, mode): if mode == 'feature_multisite': config.set('service_available', 'kingbird', 'true') cmd = "openstack endpoint show kingbird | grep publicurl |\ - awk '{print $4}' | awk -F '/' '{print $3}'" + awk '{print $4}' | awk -F '/' '{print $4}'" kingbird_api_version = os.popen(cmd).read() if os.environ.get("INSTALLER_TYPE") == 'fuel': # For MOS based setup, the service is accessible |