summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ubuntu/kselftest-ptrace.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/ubuntu/kselftest-ptrace.yaml b/ubuntu/kselftest-ptrace.yaml
index 1a63860..199098c 100644
--- a/ubuntu/kselftest-ptrace.yaml
+++ b/ubuntu/kselftest-ptrace.yaml
@@ -1,9 +1,11 @@
metadata:
name: kselftest-ptrace
format: "Lava-Test-Shell Test Definition 1.0"
- description:
- "These test code were came from kernel source KERNEL_SRC/tools/testing/selftests/
- For running this test, git is required in the rootfs"
+ description: "The kernel contains a set of 'self tests' under the tools/testing/selftests/.
+ These are intended to be small unit tests to exercise individual code paths
+ in the kernel. kself-ptrace uses ptrace or process trace system call that
+ provides a means by which one process can observe and control the execution
+ of another process and examine and change the tracee's memory and registers."
maintainer:
- arthur.she@linaro.org
os:
@@ -12,6 +14,7 @@ metadata:
- arndale
- beaglebone-black
- rtsm_fvp_base-aemv8a
+ - juno
scope:
- functional