Merge "add TENANT_ARG to swift command line."

This commit is contained in:
Jenkins 2012-07-13 21:21:55 +00:00 committed by Gerrit Code Review
commit d79aa2c48f

View File

@ -116,7 +116,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"