summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally_git.bb
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_git.bb
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_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb
index 77c140a..2a83457 100644
--- a/meta-openstack/recipes-devtools/python/python-rally_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master \
15 file://task-example.json \ 15 file://task-example.json \
16 file://deployment-existing.json \ 16 file://deployment-existing.json \
17 file://remove-ironic-support.patch \ 17 file://remove-ironic-support.patch \
18 file://verification-to-use-existing-tempest.patch \
18" 19"
19 20
20SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" 21SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a"