aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2020-11-09 12:17:16 +0100
committerAnders Roxell <anders.roxell@linaro.org>2020-11-09 16:06:48 +0100
commitfbd3f4a630bff8db20911623ac8be302d98a1260 (patch)
tree5aadbca2535413fa0c15e4ff8af56dd996b477ff /openembedded-lkft
parent6cbe1acdff632ce20c039e515e39a88c950b7d30 (diff)
lkft: testplan: ssuite: use TEST_DIR to S_PATH
Change-Id: I7a5aeefee225f3394b813973c6a9ddb1607b898d Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2 b/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
index 65b225cb5a..a034a11f39 100644
--- a/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
+++ b/openembedded-lkft/lava-job-definitions/master/template-ssuite.yaml.jinja2
@@ -21,5 +21,5 @@
NUM_REPETITIONS: '{{num_repetitions}}'
TESTS: '{{testnames}}'
TEST_DEV: "'{{testdevnames}}'"
- S_PATH: '{{s_path}}'
+ TEST_DIR: '{{s_path}}'
{% endblock test_target %}