From e2683e0335c6166dd8fc34d1c3656738a9e8518e Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Thu, 10 Jul 2014 10:23:50 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-rally_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb') 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 \ file://task-example.json \ file://deployment-existing.json \ file://remove-ironic-support.patch \ + file://verification-to-use-existing-tempest.patch \ " SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" -- cgit v1.2.3-54-g00ecf