summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorMorten Tokle <morten.tokle@gmail.com>2019-02-04 10:44:38 +0100
committerGitHub <noreply@github.com>2019-02-04 10:44:38 +0100
commita00c6cab38b2b361a587e479f7bbdef8862d03d9 (patch)
tree03dbc0ae0c98a9d5cab733c77dc4b1088192753e /config-model/src/test/schema-test-files
parentf8aa71a4948a9489ec2313ee44f3facc76e77899 (diff)
parent955ebb989ec0c61cbcdf8fe439f7cde9094120fe (diff)
Merge pull request #8364 from vespa-engine/mpolden/rotations-element
Add support for rotations element
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/services-hosted.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/services-hosted.xml b/config-model/src/test/schema-test-files/services-hosted.xml
index 90894aa253b..e9b1672ce7d 100644
--- a/config-model/src/test/schema-test-files/services-hosted.xml
+++ b/config-model/src/test/schema-test-files/services-hosted.xml
@@ -18,6 +18,14 @@
<nodes of="search"/>
</container>
+ <container id="container3" version="1.0">
+ <rotations>
+ <rotation id="r1"/>
+ <rotation id="r2"/>
+ </rotations>
+ <nodes of="search"/>
+ </container>
+
<content id="search" version="1.0">
<redundancy>2</redundancy>
<nodes count="7" flavor="large" groups="12"/>