From a171b2cc7cbf10127ffadf10098fb073cbe549ed Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 10 Jul 2019 11:39:45 -0400 Subject: [PATCH] qa/rgw: run-s3tests.sh runs in s3tests directory something looks for request_decision_graph.yml in the working directory Signed-off-by: Casey Bodley --- qa/workunits/rgw/run-s3tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index 0d7b9731c4f..307eea01b56 100755 --- a/qa/workunits/rgw/run-s3tests.sh +++ b/qa/workunits/rgw/run-s3tests.sh @@ -29,10 +29,10 @@ git clone https://github.com/ceph/s3-tests cd s3-tests git checkout ceph-$branch VIRTUALENV_PYTHON=/usr/bin/python2 ./bootstrap -cd ../.. -S3TEST_CONF=$dir/s3-tests/s3tests.conf.SAMPLE $dir/s3-tests/virtualenv/bin/nosetests -a '!fails_on_rgw,!lifecycle_expiration,!fails_strict_rfc2616' -v +S3TEST_CONF=s3tests.conf.SAMPLE virtualenv/bin/nosetests -a '!fails_on_rgw,!lifecycle_expiration,!fails_strict_rfc2616' -v +cd ../.. rm -rf $dir echo OK. -- 2.39.5