aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment-with-instances.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/schema-test-files/deployment-with-instances.xml')
-rw-r--r--config-model/src/test/schema-test-files/deployment-with-instances.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/deployment-with-instances.xml b/config-model/src/test/schema-test-files/deployment-with-instances.xml
index f37ff9f6cc6..0c3409533d1 100644
--- a/config-model/src/test/schema-test-files/deployment-with-instances.xml
+++ b/config-model/src/test/schema-test-files/deployment-with-instances.xml
@@ -30,6 +30,18 @@
</endpoint>
<endpoint container-id="bar" />
</endpoints>
+ <bcp>
+ <group deadline="60m">
+ <endpoint id="foo" container-id="baz"/>
+ <region>us-west-1</region>
+ <region fraction="0.5">us-central-1</region>
+ </group>
+ <group>
+ <region>us-north-1</region>
+ <region>us-south-2</region>
+ <region fraction="0.5">us-central-1</region>
+ </group>
+ </bcp>
</instance>
<delay hours='2'/>