aboutsummaryrefslogtreecommitdiff
path: root/lkft-ssh-testrunner.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-11-21 14:15:52 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-11-22 13:01:08 +0000
commitb0b0bdbe38aa7534e42d63cb1a24277f8fd0412e (patch)
tree60eddbeafb980d856d6f08cdeb5904679d6b09b3 /lkft-ssh-testrunner.yaml
parentff94619d910b1bfd7547f23ac5ebbc4c81c55169 (diff)
openembedded-lkft: replace SKIPLIST with SKIPFILE
kselftest skipfiles created as per ${DEVICE_TYPE} and ${KERNEL_VERSION} Remove build parameter "KSELFTEST_SKIPLIST" Ref: LKFT: move kselftest skiplists to git https://projects.linaro.org/browse/QA-1759 Change-Id: Ie13cee2140ae3d0a815e66260582af85673cbc83 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'lkft-ssh-testrunner.yaml')
-rw-r--r--lkft-ssh-testrunner.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/lkft-ssh-testrunner.yaml b/lkft-ssh-testrunner.yaml
index d84e7bbcf5..dd57eff7ae 100644
--- a/lkft-ssh-testrunner.yaml
+++ b/lkft-ssh-testrunner.yaml
@@ -66,18 +66,6 @@
builders:
- shell: |
#!/bin/bash
- # set kselftest skiplist depending on the kernel used
- case ${BUILD_NAME} in
- 4.9)
- export KSELFTEST_SKIPLIST="ftracetest"
- ;;
- linux-lt-4.4)
- export KSELFTEST_SKIPLIST="step_after_suspend_test"
- ;;
- *)
- export KSELFTEST_SKIPLIST=""
- ;;
- esac
export SNAPSHOTS_BASE_URL="http://snapshots.linaro.org/openembedded/lkft/morty/hikey/rpb/${BUILD_NAME}/latest/"