aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
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 /vespa-osgi-testrunner
parent19235461c9ef34ac31e71b18ad2c48f11e27c47f (diff)
Move tests to tests directory, and ensure required directories exist in tester
Diffstat (limited to 'vespa-osgi-testrunner')
-rw-r--r--vespa-osgi-testrunner/src/main/resources/configdefinitions/vespa-cli-test-runner.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespa-osgi-testrunner/src/main/resources/configdefinitions/vespa-cli-test-runner.def b/vespa-osgi-testrunner/src/main/resources/configdefinitions/vespa-cli-test-runner.def
index 7671096477e..b23d98e66ee 100644
--- a/vespa-osgi-testrunner/src/main/resources/configdefinitions/vespa-cli-test-runner.def
+++ b/vespa-osgi-testrunner/src/main/resources/configdefinitions/vespa-cli-test-runner.def
@@ -1,5 +1,11 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=com.yahoo.vespa.testrunner
+# Location of artifacts required for test runtime
artifactsPath path
+
+# Location of HTTP tests
+testsPath path
+
+# Whether credentials are from Athenz
useAthenzCredentials bool default=false \ No newline at end of file