Run swift functional tests verbosely.
* ...//jenkins_job_builder/config/swift-functional.yaml: Set nose verbosity to 3 (setup.cfg defaults to 2) to run the swift functional tests more verbosely. Change-Id: Ia2418c60a2a39c3655a93c81129afc30ccf29f64
This commit is contained in:
parent
9668de349a
commit
332857701d
@ -19,9 +19,9 @@
|
|||||||
function post_test_hook {
|
function post_test_hook {
|
||||||
cd /opt/stack/new/swift
|
cd /opt/stack/new/swift
|
||||||
# Launch V2 auth tests and v1 tests after.
|
# Launch V2 auth tests and v1 tests after.
|
||||||
bash .functests && \
|
bash .functests --verbosity=3 && \
|
||||||
SWIFT_TEST_CONFIG_FILE=/opt/stack/new/swift/test/sample.conf \
|
SWIFT_TEST_CONFIG_FILE=/opt/stack/new/swift/test/sample.conf \
|
||||||
bash .functests
|
bash .functests --verbosity=3
|
||||||
}
|
}
|
||||||
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…
x
Reference in New Issue
Block a user