Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Let s3compat repo manage the ceph-tests requirements
Browse files Browse the repository at this point in the history
Change-Id: I2a7dba1e88f1adf447b75e78699c3827e984427a
  • Loading branch information
tipabu committed Feb 24, 2017
1 parent 31d4353 commit 74d818f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swift3/test/functional/run_test.sh
Expand Up @@ -134,10 +134,12 @@ else

# ceph/s3-tests has some rather ancient requirements,
# so drop into another virtualenv
# TODO: this may no longer be necessary?
VENV="$(mktemp -d)"
virtualenv "$VENV"
. "$VENV/bin/activate"
pip install -r requirements.txt -r ceph-tests/requirements.txt
pip install -r requirements.txt
pip freeze

S3TEST_CONF="${CONF_DIR}/ceph-s3.conf" ./bin/run_ceph_tests.py "$@" || true

Expand Down

0 comments on commit 74d818f

Please sign in to comment.