Add additional locations to the gc tests
This commit is contained in:
parent
178c5a7ac0
commit
6e47ec2ef1
2 changed files with 12 additions and 1 deletions
|
@ -28,7 +28,7 @@ class TestConfig(DefaultConfig):
|
|||
|
||||
DB_TRANSACTION_FACTORY = create_transaction
|
||||
|
||||
DISTRIBUTED_STORAGE_CONFIG = {'local_us': ['FakeStorage', {}]}
|
||||
DISTRIBUTED_STORAGE_CONFIG = {'local_us': ['FakeStorage', {}], 'local_eu': ['FakeStorage', {}]}
|
||||
DISTRIBUTED_STORAGE_PREFERENCE = ['local_us']
|
||||
|
||||
BUILDLOGS_MODULE_AND_CLASS = ('test.testlogs', 'testlogs.TestBuildLogs')
|
||||
|
|
Reference in a new issue