]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/rgw: Move s3-tests into main repo
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 23 Sep 2025 19:20:55 +0000 (15:20 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 30 Sep 2025 14:41:12 +0000 (10:41 -0400)
commitffd45ff40f578902433b90ca554477d3b95bf56e
tree2a3a9e1a3138b455aa2501c5e223b6a90b98e73f
parentc45212043a2da3db2935a320d764ad955b5a36a3
qa/rgw: Move s3-tests into main repo

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
31 files changed:
qa/rgw/s3-tests/.gitignore [new file with mode: 0644]
qa/rgw/s3-tests/LICENSE [new file with mode: 0644]
qa/rgw/s3-tests/README.rst [new file with mode: 0644]
qa/rgw/s3-tests/pytest.ini [new file with mode: 0644]
qa/rgw/s3-tests/requirements.txt [new file with mode: 0644]
qa/rgw/s3-tests/s3tests.conf.SAMPLE [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/__init__.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/common.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/__init__.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/policy.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/test_headers.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/test_s3.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/test_s3_website.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/test_utils.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests/functional/utils.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/__init__.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/common.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/__init__.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/iam.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/policy.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/rgw_interactive.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_headers.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_iam.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_s3.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_s3select.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_sns.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_sts.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/test_utils.py [new file with mode: 0644]
qa/rgw/s3-tests/s3tests_boto3/functional/utils.py [new file with mode: 0644]
qa/rgw/s3-tests/setup.py [new file with mode: 0644]
qa/rgw/s3-tests/tox.ini [new file with mode: 0644]