aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-03-08 11:58:48 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2019-03-08 12:07:39 +0530
commit1b474c9cb3229ccf9fe7c9243b94f5307b4f2d68 (patch)
treedc483c73243e7802a676aa4c8f04bb690d8a945f
parent17aad1a0e22b1eb7c61e8ced27a81ac298314e01 (diff)
kselftest: skip kernel crash test case test_tunnel.sh on all devices
Kernel panic while running bpf: test_tunnel.sh on linux -next and mainline This is been reported upstream and waiting for the fix. till it get fixed this test case test_tunnel.sh will be skipped on all devices and all branches Ref: https://bugs.linaro.org/show_bug.cgi?id=4307 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--automated/linux/kselftest/skipfile-lkft.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/automated/linux/kselftest/skipfile-lkft.yaml b/automated/linux/kselftest/skipfile-lkft.yaml
index 6c12063..a2c4d82 100644
--- a/automated/linux/kselftest/skipfile-lkft.yaml
+++ b/automated/linux/kselftest/skipfile-lkft.yaml
@@ -151,3 +151,12 @@ skiplist:
- 4.9
tests:
- sync_test
+
+ - reason: >
+ LKFT: bpf: test_tunnel.sh: BUG: unable to handle kernel NULL pointer dereference
+ url: https://bugs.linaro.org/show_bug.cgi?id=4307
+ environments: all
+ boards: all
+ branches: all
+ tests:
+ - test_tunnel.sh