aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/test_runner_services.xml-cd-osgi
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-18 12:40:13 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-18 12:40:13 +0100
commit164676ddc2f18bc30c656b817975adf8a720aab0 (patch)
tree9507194a0e0352d1316c7e80275f9eb4245e4a27 /controller-server/src/test/resources/test_runner_services.xml-cd-osgi
parentc7a040a43aa3f043e387b6a235aeda0c484839ce (diff)
We always use osgi-based teest runner now
Diffstat (limited to 'controller-server/src/test/resources/test_runner_services.xml-cd-osgi')
-rw-r--r--controller-server/src/test/resources/test_runner_services.xml-cd-osgi38
1 files changed, 0 insertions, 38 deletions
diff --git a/controller-server/src/test/resources/test_runner_services.xml-cd-osgi b/controller-server/src/test/resources/test_runner_services.xml-cd-osgi
deleted file mode 100644
index 634137e3fb6..00000000000
--- a/controller-server/src/test/resources/test_runner_services.xml-cd-osgi
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<services xmlns:deploy='vespa' version='1.0'>
- <container version='1.0' id='tester'>
-
- <component id="com.yahoo.vespa.hosted.testrunner.TestRunner" bundle="vespa-testrunner-components">
- <config name="com.yahoo.vespa.hosted.testrunner.test-runner">
- <artifactsPath>artifacts</artifactsPath>
- <surefireMemoryMb>5120</surefireMemoryMb>
- <useAthenzCredentials>true</useAthenzCredentials>
- <useTesterCertificate>false</useTesterCertificate>
- </config>
- </component>
-
- <handler id="com.yahoo.vespa.testrunner.TestRunnerHandler" bundle="vespa-osgi-testrunner">
- <binding>http://*/tester/v1/*</binding>
- </handler>
-
- <component id="ai.vespa.hosted.cd.cloud.impl.VespaTestRuntimeProvider" bundle="cloud-tenant-cd" />
-
- <component id="com.yahoo.vespa.testrunner.JunitRunner" bundle="vespa-osgi-testrunner">
- <config name="com.yahoo.vespa.testrunner.junit-test-runner">
- <artifactsPath>artifacts</artifactsPath>
- <useAthenzCredentials>true</useAthenzCredentials>
- </config>
- </component>
-
- <component id="com.yahoo.vespa.testrunner.VespaCliTestRunner" bundle="vespa-osgi-testrunner">
- <config name="com.yahoo.vespa.testrunner.vespa-cli-test-runner">
- <artifactsPath>artifacts</artifactsPath>
- <useAthenzCredentials>true</useAthenzCredentials>
- </config>
- </component>
-
- <nodes count="1" allocated-memory="17%">
- <resources vcpu="2.00" memory="12.00Gb" disk="75.00Gb" disk-speed="fast" storage-type="local"/>
- </nodes>
- </container>
-</services>