summaryrefslogtreecommitdiffstats
path: root/orchestrator/src/test/application/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator/src/test/application/services.xml')
-rw-r--r--orchestrator/src/test/application/services.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/orchestrator/src/test/application/services.xml b/orchestrator/src/test/application/services.xml
deleted file mode 100644
index 063e0f3e0cc..00000000000
--- a/orchestrator/src/test/application/services.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<services>
- <jdisc version="1.0" jetty="true">
- <config name="container.handler.threadpool">
- <maxthreads>10</maxthreads>
- </config>
- <component id="com.yahoo.vespa.orchestrator.status.InMemoryStatusService" bundle="orchestrator" />
- <component id="com.yahoo.vespa.orchestrator.DummyInstanceLookupService" bundle="orchestrator" />
- <component id="com.yahoo.vespa.orchestrator.OrchestratorImpl" bundle="orchestrator" />
- <component id="com.yahoo.vespa.orchestrator.controller.ClusterControllerClientFactoryMock" bundle="orchestrator" />
-
- <rest-api path="orchestrator" jersey2="true">
- <components bundle="orchestrator" />
- </rest-api>
- </jdisc>
-</services>