mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
S3 Fuzzer: Add skeleton for a targeted S3 Fuzzer
This commit is contained in:
parent
2efa622751
commit
93cf99aed9
2 changed files with 74 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -25,6 +25,7 @@ setup(
|
|||
's3tests-generate-objects = s3tests.generate_objects:main',
|
||||
's3tests-test-readwrite = s3tests.readwrite:main',
|
||||
's3tests-test-roundtrip = s3tests.roundtrip:main',
|
||||
's3tests-fuzz-headers = s3tests.fuzz_headers:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue