]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
boto3: Foundation laid for boto3 tests wip-boto-3 210/head
authorAli Maredia <amaredia@redhat.com>
Thu, 7 Dec 2017 20:41:01 +0000 (15:41 -0500)
committerAli Maredia <amaredia@redhat.com>
Wed, 16 Jan 2019 21:31:24 +0000 (16:31 -0500)
commit67f4f5d3569f511a3034c9976c25809f73856a96
treeb8961e35d14395e13832525846731ab0ed484e94
parentfa979f416da0a59950cf65215487631e530e6b18
boto3: Foundation laid for boto3 tests

Added sample config file for boto3 and vstart.sh

Modified setup.py, requirements.txt, and README

Added an rgw_interactive.py to use interactively
with vstart.sh and python -i

Ported 400+ tests over to boto3 from functional/test_s3.py

Signed-off-by: Ali Maredia <amaredia@redhat.com>
25 files changed:
README.rst
config.yaml.SAMPLE [deleted file]
requirements.txt
s3tests.conf.SAMPLE [new file with mode: 0644]
s3tests_boto3/__init__.py [new file with mode: 0644]
s3tests_boto3/analysis/__init__.py [new file with mode: 0644]
s3tests_boto3/analysis/rwstats.py [new file with mode: 0644]
s3tests_boto3/common.py [new file with mode: 0644]
s3tests_boto3/functional/__init__.py [new file with mode: 0644]
s3tests_boto3/functional/policy.py [new file with mode: 0644]
s3tests_boto3/functional/rgw_interactive.py [new file with mode: 0644]
s3tests_boto3/functional/test_headers.py [new file with mode: 0644]
s3tests_boto3/functional/test_s3.py [new file with mode: 0644]
s3tests_boto3/functional/test_utils.py [new file with mode: 0644]
s3tests_boto3/functional/utils.py [new file with mode: 0644]
s3tests_boto3/fuzz/__init__.py [new file with mode: 0644]
s3tests_boto3/fuzz/headers.py [new file with mode: 0644]
s3tests_boto3/fuzz/test/__init__.py [new file with mode: 0644]
s3tests_boto3/fuzz/test/test_fuzzer.py [new file with mode: 0644]
s3tests_boto3/generate_objects.py [new file with mode: 0644]
s3tests_boto3/readwrite.py [new file with mode: 0644]
s3tests_boto3/realistic.py [new file with mode: 0644]
s3tests_boto3/roundtrip.py [new file with mode: 0644]
s3tests_boto3/tests/test_realistic.py [new file with mode: 0644]
setup.py