diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-07-10 10:23:50 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-17 00:14:05 -0400 |
| commit | 7f3468c7dba61e9330dd1748e50c0ad275847bed (patch) | |
| tree | d71cbe7b9db9e11c20104eb5ee76f84d1d03c2e9 /meta-openstack/recipes-devtools/python/python-rally/rally.conf | |
| parent | 3d16c9b202967ee9485943568db917d65288b6f3 (diff) | |
| download | meta-cloud-services-7f3468c7dba61e9330dd1748e50c0ad275847bed.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.conf | 4 |
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 | ||
| 5 | existing_tempest_config=/etc/tempest/ | ||
| 6 | |||
| 3 | # | 7 | # |
| 4 | # Options defined in rally.exceptions | 8 | # Options defined in rally.exceptions |
| 5 | # | 9 | # |
