From a4ef9faee23e5ef0da9abad889252424a358664d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 18 Feb 2014 12:40:46 -0500 Subject: [PATCH] Skip exercises that use swiftclient cli on grizzly With the push of v2.0 swiftclient the install of swfitclient on grizzly stops working because the version is capped <2. This causes pip to freak out replace the bin/swift script but leave the code from master at >2 in the swiftclient namespace. This disconnect causes the exercises that use the swiftclient cli to fail with import errors in the bin/swift script. This commit skips these exercises to avoid the failures. Change-Id: I2f9afdae4ae091c7de6ba3397fce5b6ee0980014 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 91fc9849..d2cb1615 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -51,6 +51,7 @@ function setup_localrc() { SKIP_EXERCISES=boot_from_volume,bundle,client-env,euca if [ "$LOCALRC_BRANCH" == "stable/grizzly" ]; then + SKIP_EXERCISES=${SKIP_EXERCISES},swift,client-args if [ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]; then MY_ENABLED_SERVICES=$MY_ENABLED_SERVICES,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta echo "Q_USE_DEBUG_COMMAND=True" >>localrc