aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-08-28 19:23:39 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2019-08-29 04:16:21 +0000
commit642de0b4ca358f3a7d5d3ec64a08adc001a20ee7 (patch)
treecb4a1ad657fd58ed7b539737a42b78268097be6d /openembedded-lkft
parentf757419e2be560faef0902786e476705193641e2 (diff)
openembedded-lkft: split LTP short runs
Due to long list of tests copy overlay failed on LAVA for x15 device. Splitting LTP short test list into three LAVA jobs to solve this problem. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Change-Id: I9aeb1f8570bb78805fccf8a612266c979513d7a9
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-2.yaml4
-rw-r--r--openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-3.yaml4
-rw-r--r--openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs.yaml2
3 files changed, 9 insertions, 1 deletions
diff --git a/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-2.yaml b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-2.yaml
new file mode 100644
index 00000000..7539003e
--- /dev/null
+++ b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-2.yaml
@@ -0,0 +1,4 @@
+{% extends "master/template-ltp.yaml.jinja2" %}
+
+{% set testnames = ['filecaps', 'fs_bind', 'fs_perms_simple', 'fsx'] %}
+{% set job_timeout = 30 %}
diff --git a/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-3.yaml b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-3.yaml
new file mode 100644
index 00000000..ee8efea0
--- /dev/null
+++ b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs-3.yaml
@@ -0,0 +1,4 @@
+{% extends "master/template-ltp.yaml.jinja2" %}
+
+{% set testnames = ['nptl', 'pty', 'securebits'] %}
+{% set job_timeout = 30 %}
diff --git a/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs.yaml b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs.yaml
index db2b795a..ca337f39 100644
--- a/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs.yaml
+++ b/openembedded-lkft/lava-job-definitions/testplan/ltp-short-runs.yaml
@@ -1,4 +1,4 @@
{% extends "master/template-ltp.yaml.jinja2" %}
-{% set testnames = ['cap_bounds', 'cpuhotplug', 'fcntl-locktests', 'filecaps', 'fs_bind', 'fs_perms_simple', 'fsx', 'nptl', 'pty', 'securebits'] %}
+{% set testnames = ['cap_bounds', 'cpuhotplug', 'fcntl-locktests'] %}
{% set job_timeout = 30 %}