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
This commit is contained in:
@@ -139,7 +139,7 @@ else
|
|||||||
. "$VENV/bin/activate"
|
. "$VENV/bin/activate"
|
||||||
pip install -r requirements.txt -r ceph-tests/requirements.txt
|
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
|
# show report
|
||||||
./bin/get_ceph_test_attributes.py
|
./bin/get_ceph_test_attributes.py
|
||||||
|
|||||||
Reference in New Issue
Block a user