aboutsummaryrefslogtreecommitdiffstats
path: root/container-di/src/test/vespa-configdef
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /container-di/src/test/vespa-configdef
Publish
Diffstat (limited to 'container-di/src/test/vespa-configdef')
-rw-r--r--container-di/src/test/vespa-configdef/bootstrap1.def5
-rw-r--r--container-di/src/test/vespa-configdef/bootstrap2.def6
-rw-r--r--container-di/src/test/vespa-configdef/components1.def5
-rw-r--r--container-di/src/test/vespa-configdef/int.def6
-rw-r--r--container-di/src/test/vespa-configdef/string.def6
-rw-r--r--container-di/src/test/vespa-configdef/test.def6
-rw-r--r--container-di/src/test/vespa-configdef/test2.def6
-rw-r--r--container-di/src/test/vespa-configdef/thread-pool.def6
8 files changed, 46 insertions, 0 deletions
diff --git a/container-di/src/test/vespa-configdef/bootstrap1.def b/container-di/src/test/vespa-configdef/bootstrap1.def
new file mode 100644
index 00000000000..3af0c945db8
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/bootstrap1.def
@@ -0,0 +1,5 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+namespace=config.test
+
+dummy string default=""
diff --git a/container-di/src/test/vespa-configdef/bootstrap2.def b/container-di/src/test/vespa-configdef/bootstrap2.def
new file mode 100644
index 00000000000..ba0e8cccd56
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/bootstrap2.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+namespace=config.test
+
+dummy string default=""
+
diff --git a/container-di/src/test/vespa-configdef/components1.def b/container-di/src/test/vespa-configdef/components1.def
new file mode 100644
index 00000000000..3af0c945db8
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/components1.def
@@ -0,0 +1,5 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+namespace=config.test
+
+dummy string default=""
diff --git a/container-di/src/test/vespa-configdef/int.def b/container-di/src/test/vespa-configdef/int.def
new file mode 100644
index 00000000000..99fb79d64cf
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/int.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+
+namespace=config.di
+
+intVal int default=1
diff --git a/container-di/src/test/vespa-configdef/string.def b/container-di/src/test/vespa-configdef/string.def
new file mode 100644
index 00000000000..53585338ee6
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/string.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+
+namespace=config.di
+
+stringVal string default="_default_"
diff --git a/container-di/src/test/vespa-configdef/test.def b/container-di/src/test/vespa-configdef/test.def
new file mode 100644
index 00000000000..d77b2e9df16
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/test.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+
+namespace=config.test
+
+stringVal string default="default"
diff --git a/container-di/src/test/vespa-configdef/test2.def b/container-di/src/test/vespa-configdef/test2.def
new file mode 100644
index 00000000000..d77b2e9df16
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/test2.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+
+namespace=config.test
+
+stringVal string default="default"
diff --git a/container-di/src/test/vespa-configdef/thread-pool.def b/container-di/src/test/vespa-configdef/thread-pool.def
new file mode 100644
index 00000000000..31741e913b6
--- /dev/null
+++ b/container-di/src/test/vespa-configdef/thread-pool.def
@@ -0,0 +1,6 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+
+namespace=config.test
+
+numThreads int