summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-24 11:29:04 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-24 11:29:04 +0100
commit6cb66f1ac7187a04a3e047adb47c809d9bcb6fc4 (patch)
tree4d1f76c7e4351c50070b46b080e95d216f20953a /controller-server/src/test
parent19235461c9ef34ac31e71b18ad2c48f11e27c47f (diff)
Move tests to tests directory, and ensure required directories exist in tester
Diffstat (limited to 'controller-server/src/test')
-rw-r--r--controller-server/src/test/resources/test_runner_services.xml-cd1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller-server/src/test/resources/test_runner_services.xml-cd b/controller-server/src/test/resources/test_runner_services.xml-cd
index 634137e3fb6..4ab4b08351a 100644
--- a/controller-server/src/test/resources/test_runner_services.xml-cd
+++ b/controller-server/src/test/resources/test_runner_services.xml-cd
@@ -27,6 +27,7 @@
<component id="com.yahoo.vespa.testrunner.VespaCliTestRunner" bundle="vespa-osgi-testrunner">
<config name="com.yahoo.vespa.testrunner.vespa-cli-test-runner">
<artifactsPath>artifacts</artifactsPath>
+ <testsPath>tests</testsPath>
<useAthenzCredentials>true</useAthenzCredentials>
</config>
</component>