Files
swift/test/unit/common/middleware/test_slo.py
Alistair Coles 7958729198 Test that SLO disallows too small first segment if other segments
SLO allows the first segment to be less than min_segment_size if
it is the only segment. Current tests verify that a single small
segment is allowed, and that multiple small segments are disallowed.
This patch adds a test to verify that SLO will disallow a manifest
with a small first segment followed by another correctly sized
segment.

Change-Id: I920c0aee38e4e16c49bd84a3b772308a00794fa7
2015-01-09 14:38:23 +00:00

76 KiB