]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
Move fuzzer under s3tests/fuzz.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 13 Oct 2011 20:34:23 +0000 (13:34 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 13 Oct 2011 20:34:23 +0000 (13:34 -0700)
commit27d2e40b7d324b2a1a67bba9e24abc15b392e23a
treede8db37f7278e42e6883a1343e5d0d6423d8a979
parenta18eee85feb506e89fac7f8165d02d7920bffdaf
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
s3tests/functional/test_fuzzer.py [deleted file]
s3tests/fuzz/__init__.py [new file with mode: 0644]
s3tests/fuzz/headers.py [new file with mode: 0644]
s3tests/fuzz/test/__init__.py [new file with mode: 0644]
s3tests/fuzz/test/test_fuzzer.py [new file with mode: 0644]
s3tests/fuzz_headers.py [deleted file]
setup.py