Rename openstack-integration-tests to tempest

Change-Id: Ib565edd1278c609796e1f8692a2f6ef276152328
main
Dean Troyer 13 years ago
parent f44e98d1c7
commit f79cc42d0d

@ -40,7 +40,7 @@ QUANTUM_REPO=https://github.com/openstack/quantum
QUANTUM_BRANCH=master
# CI test suite
CITEST_REPO=https://github.com/openstack/openstack-integration-tests.git
CITEST_REPO=https://github.com/openstack/tempest.git
CITEST_BRANCH=master
# Specify a comma-separated list of uec images to download and install into glance.

@ -1,10 +1,10 @@
#!/usr/bin/env bash
#
# build_ci_config.sh - Build a config.ini for openstack-integration-tests
# (https://github.com/openstack/openstack-integration-tests)
# build_ci_config.sh - Build a config.ini for tempest (openstack-integration-tests)
# (https://github.com/openstack/tempest.git)
function usage {
echo "$0 - Build config.ini for openstack-integration-tests"
echo "$0 - Build config.ini for tempest"
echo ""
echo "Usage: $0 [configdir]"
exit 1
@ -49,7 +49,7 @@ source ./stackrc
# Where Openstack code lives
DEST=${DEST:-/opt/stack}
CITEST_DIR=$DEST/openstack-integration-tests
CITEST_DIR=$DEST/tempest
CONFIG_DIR=${1:-$CITEST_DIR/etc}
CONFIG_CONF=$CONFIG_DIR/storm.conf
@ -90,7 +90,7 @@ function git_clone {
}
# Install tests and prerequisites
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install --use-mirrors `cat $TOP_DIR/files/pips/openstack-integration-tests`
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install --use-mirrors `cat $TOP_DIR/files/pips/tempest`
git_clone $CITEST_REPO $CITEST_DIR $CITEST_BRANCH

@ -149,7 +149,7 @@ git_clone $NOVNC_REPO $DEST/novnc $NOVNC_BRANCH
git_clone $HORIZON_REPO $DEST/horizon $HORIZON_BRANCH
git_clone $NOVACLIENT_REPO $DEST/python-novaclient $NOVACLIENT_BRANCH
git_clone $OPENSTACKX_REPO $DEST/openstackx $OPENSTACKX_BRANCH
git_clone $CITEST_REPO $DEST/openstack-integration-tests $CITEST_BRANCH
git_clone $CITEST_REPO $DEST/tempest $CITEST_BRANCH
# Use this version of devstack
rm -rf $MNT_DIR/$DEST/devstack

Loading…
Cancel
Save