Fix "pretend_min_part_hours" for MR swift tests

When running a MR swift deploy we rebalance the ring in quick
succession.

To do this successfully we need to set the
"swift_pretend_min_part_hours_passed" to True. This shouldn't be needed
in a regular deploy, or a deploy where rings don't change.

Change-Id: Ib86dcfbdb5f6346e2c7da67b6bf2b29c62f99dab
This commit is contained in:
Andy McCrae 2017-03-29 15:43:28 +01:00
parent 57de3c8817
commit c578ebfde0
2 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,4 @@ bridges:
test_swift_region: 1
test_swift_repl_network: "eth2"
swift_pretend_min_part_hours_passed: True

View File

@ -15,3 +15,4 @@
test_swift_region: 2
test_swift_repl_network: "eth2"
swift_pretend_min_part_hours_passed: True