]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw: run-s3tests.sh runs in s3tests directory
authorCasey Bodley <cbodley@redhat.com>
Wed, 10 Jul 2019 15:39:45 +0000 (11:39 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Jul 2019 15:45:59 +0000 (11:45 -0400)
something looks for request_decision_graph.yml in the working directory

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/workunits/rgw/run-s3tests.sh

index 0d7b9731c4f6bcc639c72eede728645f4576b544..307eea01b56aaf69a122a08939d26087a8cea1e1 100755 (executable)
@@ -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.