summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/rally.conf
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-07-10 10:23:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-17 00:12:13 -0400
commite2683e0335c6166dd8fc34d1c3656738a9e8518e (patch)
treef5ec0b81688171fcc9eb53d9c68d510d130f6c12 /meta-openstack/recipes-devtools/python/python-rally/rally.conf
parentbe73f6602bb607cb1c4c0ea504d02f523006b648 (diff)
downloadmeta-cloud-services-e2683e0335c6166dd8fc34d1c3656738a9e8518e.tar.gz
Rally verification to use existing tempest
By default, Rally verification requires to do following things: * git clone tempest source from upstream * setup virtualenv for this tempest * setup testr environment with virtualenv above * create tempest.conf for this tempest If tempest is already installed/configured in rootfs then force Rally to use this existing tempest. A new introduced option "existing_tempest_config" in /etc/rally/rally.conf can be used to configure Rally to either use the existing tempest or to download from upstream. If the option "existing_tempest_config" is not set then follows the default path. If existing_tempest_config is set to absolute path of tempest config folder (which contains tempest "tools" and .testr.conf) then Rally uses this existing tempest. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally/rally.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally/rally.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally/rally.conf b/meta-openstack/recipes-devtools/python/python-rally/rally.conf
index 1c1f864..bc74be7 100644
--- a/meta-openstack/recipes-devtools/python/python-rally/rally.conf
+++ b/meta-openstack/recipes-devtools/python/python-rally/rally.conf
@@ -1,5 +1,9 @@
1[DEFAULT] 1[DEFAULT]
2 2
3# Inform Rally to use existing tempest instead of
4# dynamically installing tempest from internet
5existing_tempest_config=/etc/tempest/
6
3# 7#
4# Options defined in rally.exceptions 8# Options defined in rally.exceptions
5# 9#