mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
Move fuzzer under s3tests/fuzz.
This way, its unit tests are separate from s3tests/functional, and s3tests/functional is the thing that actually talks to an S3 implementation over the wire. To actually run the fuzzer, use ./virtualenv/bin/s3tests-fuzz-headers
This commit is contained in:
parent
a18eee85fe
commit
27d2e40b7d
5 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -25,7 +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',
|
||||
's3tests-fuzz-headers = s3tests.fuzz.headers:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue