s3-tests/s3tests/fuzz
Ulrich Weigand a3cbe2eab2 [ceph-nautilus] Fix fuzzer test on big-endian systems
Currently, the test_expand_random_binary test fails on big-endian
systems.  It turns out that this is because the special_random
routine in RepeatExpandingFormatter uses struct.pack in a manner
where the returned byte sequence depends on host byte order.

Fixed this to enforce the same output across platforms.
2020-11-03 13:18:21 +01:00
..
test tests must have unique names, otherwise they override existing tests. 2015-06-14 22:10:35 -07:00
__init__.py Move fuzzer under s3tests/fuzz. 2011-10-13 13:34:23 -07:00
headers.py [ceph-nautilus] Fix fuzzer test on big-endian systems 2020-11-03 13:18:21 +01:00