summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/vespa-configdef
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/test/vespa-configdef')
-rw-r--r--container-core/src/test/vespa-configdef/config.di.int.def5
-rw-r--r--container-core/src/test/vespa-configdef/config.di.string.def5
-rw-r--r--container-core/src/test/vespa-configdef/config.test.bootstrap1.def4
-rw-r--r--container-core/src/test/vespa-configdef/config.test.bootstrap2.def5
-rw-r--r--container-core/src/test/vespa-configdef/config.test.components1.def4
-rw-r--r--container-core/src/test/vespa-configdef/config.test.test.def5
-rw-r--r--container-core/src/test/vespa-configdef/config.test.test2.def5
-rw-r--r--container-core/src/test/vespa-configdef/config.test.thread-pool.def5
8 files changed, 38 insertions, 0 deletions
diff --git a/container-core/src/test/vespa-configdef/config.di.int.def b/container-core/src/test/vespa-configdef/config.di.int.def
new file mode 100644
index 00000000000..a34539c4a0f
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.di.int.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=config.di
+
+intVal int default=1
diff --git a/container-core/src/test/vespa-configdef/config.di.string.def b/container-core/src/test/vespa-configdef/config.di.string.def
new file mode 100644
index 00000000000..396afe54f3f
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.di.string.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=config.di
+
+stringVal string default="_default_"
diff --git a/container-core/src/test/vespa-configdef/config.test.bootstrap1.def b/container-core/src/test/vespa-configdef/config.test.bootstrap1.def
new file mode 100644
index 00000000000..bdee16d99ea
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.bootstrap1.def
@@ -0,0 +1,4 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=config.test
+
+dummy string default=""
diff --git a/container-core/src/test/vespa-configdef/config.test.bootstrap2.def b/container-core/src/test/vespa-configdef/config.test.bootstrap2.def
new file mode 100644
index 00000000000..b4fbffd8ae6
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.bootstrap2.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=config.test
+
+dummy string default=""
+
diff --git a/container-core/src/test/vespa-configdef/config.test.components1.def b/container-core/src/test/vespa-configdef/config.test.components1.def
new file mode 100644
index 00000000000..bdee16d99ea
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.components1.def
@@ -0,0 +1,4 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=config.test
+
+dummy string default=""
diff --git a/container-core/src/test/vespa-configdef/config.test.test.def b/container-core/src/test/vespa-configdef/config.test.test.def
new file mode 100644
index 00000000000..d3e0ed17748
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.test.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=config.test
+
+stringVal string default="default"
diff --git a/container-core/src/test/vespa-configdef/config.test.test2.def b/container-core/src/test/vespa-configdef/config.test.test2.def
new file mode 100644
index 00000000000..d3e0ed17748
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.test2.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=config.test
+
+stringVal string default="default"
diff --git a/container-core/src/test/vespa-configdef/config.test.thread-pool.def b/container-core/src/test/vespa-configdef/config.test.thread-pool.def
new file mode 100644
index 00000000000..9e6b6694e84
--- /dev/null
+++ b/container-core/src/test/vespa-configdef/config.test.thread-pool.def
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+namespace=config.test
+
+numThreads int