Merge "Add swift functional tests for auth v1."

This commit is contained in:
Jenkins 2013-07-24 19:13:07 +00:00 committed by Gerrit Code Review
commit 66d98092cc

View File

@ -25,7 +25,10 @@
function post_test_hook {
cd /opt/stack/new/swift
bash .functests
# Launch V2 auth tests and v1 tests after.
bash .functests && \
SWIFT_TEST_CONFIG_FILE=/opt/stack/new/swift/test/sample.conf \
bash .functests
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh