From 99a8cf4f27d7cd68b77118a01c9298fdf9fea443 Mon Sep 17 00:00:00 2001 From: karen chan Date: Fri, 6 Jan 2017 07:25:59 -0800 Subject: [PATCH] Pass run_test.sh arguments to run_ceph_tests.py We are already passing arguments to nosetests for non ceph functional tests, this change does the same for run_ceph_tests.py. Change-Id: I7c54fddb98871ed3a6437a457dcf775d91f0ed45 --- swift3/test/functional/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift3/test/functional/run_test.sh b/swift3/test/functional/run_test.sh index 791be0c4..29dd113a 100755 --- a/swift3/test/functional/run_test.sh +++ b/swift3/test/functional/run_test.sh @@ -139,7 +139,7 @@ else . "$VENV/bin/activate" pip install -r requirements.txt -r ceph-tests/requirements.txt - S3TEST_CONF="${CONF_DIR}/ceph-s3.conf" ./bin/run_ceph_tests.py || true + S3TEST_CONF="${CONF_DIR}/ceph-s3.conf" ./bin/run_ceph_tests.py "$@" || true # show report ./bin/get_ceph_test_attributes.py