Add swift functional tests for auth v1.
Change-Id: Ia64c45f23d494b746fae0c6e9546fff9427ba51a
This commit is contained in:
parent
598cdc9d12
commit
2cb28fde12
@ -25,7 +25,10 @@
|
|||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {
|
||||||
cd /opt/stack/new/swift
|
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
|
export -f post_test_hook
|
||||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user