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:
Clark Boylan 2013-09-10 13:59:32 -07:00
parent 9668de349a
commit 332857701d

View File

@ -19,9 +19,9 @@
function post_test_hook {
cd /opt/stack/new/swift
# 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 \
bash .functests
bash .functests --verbosity=3
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh