summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment.xml
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2017-08-30 14:23:38 +0200
committerMartin Polden <mpolden@mpolden.no>2017-08-30 14:25:48 +0200
commit8748f2455e29085f7a78409ae8326c78e990ff1a (patch)
treec042bb6510a910234cea24177f3fde5441c4598c /config-model/src/test/schema-test-files/deployment.xml
parentc1a93692a89586ea6ed51e682cf18f9eafe7d89b (diff)
Read parallel tag from deployment.xml
Diffstat (limited to 'config-model/src/test/schema-test-files/deployment.xml')
-rw-r--r--config-model/src/test/schema-test-files/deployment.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/deployment.xml b/config-model/src/test/schema-test-files/deployment.xml
index 89b52bc44ca..99b1dc1be69 100644
--- a/config-model/src/test/schema-test-files/deployment.xml
+++ b/config-model/src/test/schema-test-files/deployment.xml
@@ -9,5 +9,13 @@
<region active='true'>us-central-1</region>
<delay hours='3' minutes='7' seconds='13'/>
<region active='true'>us-east-3</region>
+ <parallel>
+ <region active='true'>us-north-1</region>
+ <region active='true'>us-south-1</region>
+ </parallel>
+ <parallel>
+ <region active='true'>us-north-2</region>
+ <region active='true'>us-south-2</region>
+ </parallel>
</prod>
</deployment>