summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 17:08:15 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:13:56 +0200
commit5c079a7125fa16b26b5a6b6e2f3285842fab71fc (patch)
treed1cabcd01fb673b595afc3c5a54a021f35c86040 /container-core
parentf89d8d50c14f32b7bc57c8bf78562d5654df7dda (diff)
Add test config defs from container-di.
Diffstat (limited to 'container-core')
-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