add TENANT_ARG to swift command line.

Fix bug 1020985.

Cherry-picked from https://review.openstack.org/#/c/9318/

Change-Id: Ibef5b975bdf95250a069797594d010eeb102ecae
This commit is contained in:
Armando Migliaccio 2012-08-15 15:34:37 +01:00
parent 11e4cf3fe4
commit 30c0ef024b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
STATUS_SWIFT="Skipped"
else
echo -e "\nTest Swift"
if swift $ARGS stat; then
if swift $TENANT_ARG $ARGS stat; then
STATUS_SWIFT="Succeeded"
else
STATUS_SWIFT="Failed"