aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-08-30 15:32:57 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-08-30 18:16:42 +0000
commitd7dbdc345fe6314ebde97352ef721bc8a1808e23 (patch)
treed661280279f9fe701fcd49f165be9f786b0d5640
parentca2db45f79d579ff67caa963bb80592d3e5d207a (diff)
LKFT: LAVA: Re-enable default_file_splice_read test case
The fix patch applied to maintainer tree and OE recipe selftests: Fix installation for splice test To re-enable splice tests so remove "default_file_splice_read.sh" and "default_file_splice_read" from kselftest skiplist. Change-Id: I27eaebfa5f37a03022778d38e6ecb259b596a08f Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--lkft-lava-staging-oe.yaml6
-rw-r--r--lkft-ssh-testrunner.yaml6
-rw-r--r--openembedded-lkft-aosp-4.4.yaml2
-rw-r--r--openembedded-lkft-aosp-4.9.yaml2
-rw-r--r--openembedded-lkft-linaro-hikey-stable-4.4.yaml2
-rw-r--r--openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml2
-rw-r--r--openembedded-lkft-linux-mainline.yaml2
-rw-r--r--openembedded-lkft-linux-next.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.4.yaml2
-rw-r--r--openembedded-lkft-linux-stable-4.9.yaml2
-rw-r--r--openembedded-lkft-linux-stable-rc-4.4.yaml2
-rw-r--r--openembedded-lkft-linux-stable-rc-4.9.yaml2
-rw-r--r--openembedded-lkft/lava-job-definitions/x86/template-kselftest.yaml2
13 files changed, 16 insertions, 18 deletions
diff --git a/lkft-lava-staging-oe.yaml b/lkft-lava-staging-oe.yaml
index a247c89006..03931c79b3 100644
--- a/lkft-lava-staging-oe.yaml
+++ b/lkft-lava-staging-oe.yaml
@@ -69,13 +69,13 @@
# set kselftest skiplist depending on the kernel used
case ${BUILD_NAME} in
4.9)
- export KSELFTEST_SKIPLIST="ftracetest default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST="ftracetest"
;;
linux-lt-4.4)
- export KSELFTEST_SKIPLIST="step_after_suspend_test default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST="step_after_suspend_test"
;;
*)
- export KSELFTEST_SKIPLIST="default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST=""
;;
esac
diff --git a/lkft-ssh-testrunner.yaml b/lkft-ssh-testrunner.yaml
index 12230fe111..d571fb1d0a 100644
--- a/lkft-ssh-testrunner.yaml
+++ b/lkft-ssh-testrunner.yaml
@@ -70,13 +70,13 @@
# set kselftest skiplist depending on the kernel used
case ${BUILD_NAME} in
4.9)
- export KSELFTEST_SKIPLIST="ftracetest default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST="ftracetest"
;;
linux-lt-4.4)
- export KSELFTEST_SKIPLIST="step_after_suspend_test default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST="step_after_suspend_test"
;;
*)
- export KSELFTEST_SKIPLIST="default_file_splice_read.sh default_file_splice_read"
+ export KSELFTEST_SKIPLIST=""
;;
esac
diff --git a/openembedded-lkft-aosp-4.4.yaml b/openembedded-lkft-aosp-4.4.yaml
index 53e4b4da39..e823680229 100644
--- a/openembedded-lkft-aosp-4.4.yaml
+++ b/openembedded-lkft-aosp-4.4.yaml
@@ -54,7 +54,7 @@
default: 'android-hikey-linaro-4.4-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'default_file_splice_read.sh default_file_splice_read'
+ default: ''
disabled: false
node: master
display-name: 'LKFT - AOSP 4.4 (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-aosp-4.9.yaml b/openembedded-lkft-aosp-4.9.yaml
index 6470668469..67767b10eb 100644
--- a/openembedded-lkft-aosp-4.9.yaml
+++ b/openembedded-lkft-aosp-4.9.yaml
@@ -54,7 +54,7 @@
default: 'android-hikey-linaro-4.9-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'ftracetest default_file_splice_read.sh default_file_splice_read step_after_suspend_test'
+ default: 'ftracetest step_after_suspend_test'
disabled: false
node: master
display-name: 'LKFT - AOSP 4.9 (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linaro-hikey-stable-4.4.yaml b/openembedded-lkft-linaro-hikey-stable-4.4.yaml
index c0df0c18d8..44aa2f37b2 100644
--- a/openembedded-lkft-linaro-hikey-stable-4.4.yaml
+++ b/openembedded-lkft-linaro-hikey-stable-4.4.yaml
@@ -54,7 +54,7 @@
default: 'linaro-hikey-stable-4.4-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'step_after_suspend_test default_file_splice_read.sh default_file_splice_read'
+ default: 'step_after_suspend_test'
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.4 + HiKey (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml b/openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml
index 6845a45c13..1de12ed26f 100644
--- a/openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml
+++ b/openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml
@@ -54,7 +54,7 @@
default: 'linaro-hikey-stable-rc-4.4-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'step_after_suspend_test default_file_splice_read.sh default_file_splice_read'
+ default: 'step_after_suspend_test'
disabled: false
node: master
display-name: 'LKFT - Linux Stable RC 4.4 + HiKey (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-mainline.yaml b/openembedded-lkft-linux-mainline.yaml
index 027d345c98..1a3b842c8d 100644
--- a/openembedded-lkft-linux-mainline.yaml
+++ b/openembedded-lkft-linux-mainline.yaml
@@ -54,7 +54,7 @@
default: 'linux-mainline-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'default_file_splice_read.sh default_file_splice_read'
+ default: ''
disabled: false
node: master
display-name: 'LKFT - Linux Mainline (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-next.yaml b/openembedded-lkft-linux-next.yaml
index 4fbd6ad753..4d004e1198 100644
--- a/openembedded-lkft-linux-next.yaml
+++ b/openembedded-lkft-linux-next.yaml
@@ -54,7 +54,7 @@
default: 'linux-next-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'default_file_splice_read.sh default_file_splice_read'
+ default: ''
disabled: false
node: master
display-name: 'LKFT - Linux Next (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.4.yaml b/openembedded-lkft-linux-stable-4.4.yaml
index c2315a6271..8716b52f10 100644
--- a/openembedded-lkft-linux-stable-4.4.yaml
+++ b/openembedded-lkft-linux-stable-4.4.yaml
@@ -54,7 +54,7 @@
default: 'linux-stable-4.4-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'default_file_splice_read.sh default_file_splice_read'
+ default: ''
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.4.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-4.9.yaml b/openembedded-lkft-linux-stable-4.9.yaml
index 2e499123bd..f185922c1d 100644
--- a/openembedded-lkft-linux-stable-4.9.yaml
+++ b/openembedded-lkft-linux-stable-4.9.yaml
@@ -54,7 +54,7 @@
default: 'linux-stable-4.9-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'default_file_splice_read.sh default_file_splice_read'
+ default: ''
disabled: false
node: master
display-name: 'LKFT - Linux Stable 4.9.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-rc-4.4.yaml b/openembedded-lkft-linux-stable-rc-4.4.yaml
index 78afabcb2c..197b7e4a77 100644
--- a/openembedded-lkft-linux-stable-rc-4.4.yaml
+++ b/openembedded-lkft-linux-stable-rc-4.4.yaml
@@ -54,7 +54,7 @@
default: 'linux-stable-rc-4.4-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'ftracetest default_file_splice_read.sh default_file_splice_read'
+ default: 'ftracetest'
disabled: false
node: master
display-name: 'LKFT - Linux Stable RC 4.4.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft-linux-stable-rc-4.9.yaml b/openembedded-lkft-linux-stable-rc-4.9.yaml
index 39f45953a0..6c28ff12d9 100644
--- a/openembedded-lkft-linux-stable-rc-4.9.yaml
+++ b/openembedded-lkft-linux-stable-rc-4.9.yaml
@@ -54,7 +54,7 @@
default: 'linux-stable-rc-4.9-oe'
- string:
name: KSELFTEST_SKIPLIST
- default: 'ftracetest default_file_splice_read.sh default_file_splice_read'
+ default: 'ftracetest'
disabled: false
node: master
display-name: 'LKFT - Linux Stable RC 4.9.y (OpenEmbedded/morty)'
diff --git a/openembedded-lkft/lava-job-definitions/x86/template-kselftest.yaml b/openembedded-lkft/lava-job-definitions/x86/template-kselftest.yaml
index f0e284c3a5..00a3979743 100644
--- a/openembedded-lkft/lava-job-definitions/x86/template-kselftest.yaml
+++ b/openembedded-lkft/lava-job-definitions/x86/template-kselftest.yaml
@@ -58,7 +58,5 @@ actions:
from: git
path: automated/linux/kselftest/kselftest.yaml
name: kselftest
- parameters:
- SKIPLIST: default_file_splice_read.sh default_file_splice_read
timeout:
minutes: 45