summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Portante <peter.portante@redhat.com>2013-08-16 09:00:23 -0400
committerLuis Pabon <lpabon@redhat.com>2013-08-16 08:21:34 -0700
commitbd84d69e0dad5d6eafc8eb17e048493088e2df2a (patch)
tree7c65b722cfa791859452ccea01aaa93bd5cdce12 /tools
parent77e42afe0ee70241502c5c1942a5b744bc1287f9 (diff)
Don't reference Havana (1.9.1) until we switch
Change-Id: Ic332b2c49a3b253207831a0c411de1a726fc84d1 Signed-off-by: Peter Portante <peter.portante@redhat.com> Reviewed-on: http://review.gluster.org/5639 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/functional_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functional_tests.sh b/tools/functional_tests.sh
index d2d05ed..f758145 100755
--- a/tools/functional_tests.sh
+++ b/tools/functional_tests.sh
@@ -58,7 +58,7 @@ export SWIFT_TEST_CONFIG_FILE=/etc/swift/test.conf
# Create and install the rpm
PKG_RELEASE=functest bash makerpm.sh
-sudo yum -y install build/glusterfs-openstack-swift-1.9.1-functest.noarch.rpm || fail "Unable to install rpm"
+sudo yum -y install build/glusterfs-openstack-swift-1.8.0-functest.noarch.rpm || fail "Unable to install rpm"
# Install the configuration files
mkdir /etc/swift > /dev/null 2>&1