blob: 3857524063692d6b273256e7c0d5b1cc62140685 [file] [log] [blame]
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05001## For the swift tests you will need three objects to upload for the test
2## examples below are a 512K object, a 500M object, and 1G object
3dd if=/dev/zero of=swift_small bs=512 count=1024
4dd if=/dev/zero of=swift_medium bs=512 count=1024000
5dd if=/dev/zero of=swift_large bs=1024 count=1024000