aboutsummaryrefslogtreecommitdiffstats
path: root/application-preprocessor/src/test/resources/simple/hosts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'application-preprocessor/src/test/resources/simple/hosts.xml')
-rw-r--r--application-preprocessor/src/test/resources/simple/hosts.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application-preprocessor/src/test/resources/simple/hosts.xml b/application-preprocessor/src/test/resources/simple/hosts.xml
new file mode 100644
index 00000000000..700f55414fe
--- /dev/null
+++ b/application-preprocessor/src/test/resources/simple/hosts.xml
@@ -0,0 +1,6 @@
+<!-- Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<hosts xmlns:deploy="vespa" xmlns:preprocess="properties">
+ <host name="localhost">
+ <alias>node1</alias>
+ </host>
+</hosts>