From 5659fadb6c57d208ea2cc3386ec847c2595261e8 Mon Sep 17 00:00:00 2001 From: Tom Haddon Date: Fri, 12 Sep 2014 10:40:49 +0100 Subject: [PATCH] Fix expected output of test_swift_storage_context --- unit_tests/test_swift_storage_context.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unit_tests/test_swift_storage_context.py b/unit_tests/test_swift_storage_context.py index 0997200..6b94f52 100644 --- a/unit_tests/test_swift_storage_context.py +++ b/unit_tests/test_swift_storage_context.py @@ -76,5 +76,8 @@ class SwiftStorageContextTests(CharmTestCase): 'object_server_threads_per_disk': '3', 'workers': str(num_workers), 'object_replicator_concurrency': '3', + 'account_max_connections': 2, + 'container_max_connections': 2, + 'object_max_connections': 2, } self.assertEquals(ex, result)