s3-tests/s3tests
Kyle Marsh d2c841d1df S3 Fuzzer: PRNG Seed and decisiong graph fixes
- Change random seed generator to always spit out ints between 0 and 100,000
- Fix seeds so randomly generated seeds are *actually* the same as those seeds
	read from a file.
- Tweaks to decision graph

Remaining Bugs:
	- Single } encountered in format string
	- _mexe complains about "BadStatusLine"
2011-09-12 13:01:50 -07:00
..
functional S3 Fuzzer: Start Fuzzing 2011-09-12 13:01:07 -07:00
__init__.py Move test_s3 into s3tests.functional, so it can be split to multiple files nicely. 2011-07-11 15:24:39 -07:00
common.py Remove dead code. 2011-07-26 16:29:16 -07:00
fuzz_headers.py S3 Fuzzer: PRNG Seed and decisiong graph fixes 2011-09-12 13:01:50 -07:00
generate_objects.py No shebang lines for setup.py-managed scripts. 2011-07-26 14:26:28 -07:00
readwrite.py Let config file control random number generator seeds in detail. 2011-07-26 15:17:35 -07:00
realistic.py RandomContentFile.start_time is never used, remove. 2011-07-28 10:20:47 -07:00
roundtrip.py Measure and record duration of write and read stages in roundtrip test. 2011-07-27 11:33:15 -07:00