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:
parent
1d8d305b57
commit
99a8cf4f27
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user