mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
Adding new testing tool, roundtrip
This commit is contained in:
parent
6afc7fdcdb
commit
653c2b2200
4 changed files with 283 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -23,6 +23,7 @@ setup(
|
|||
'console_scripts': [
|
||||
's3tests-generate-objects = s3tests.generate_objects:main',
|
||||
's3tests-test-readwrite = s3tests.rand_readwrite:main',
|
||||
's3tests-test-roundtrip = s3tests.roundtrip:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue