aboutsummaryrefslogtreecommitdiff
path: root/scenario_groups
diff options
context:
space:
mode:
authorCedric Hnyda <chnyda@suse.com>2015-12-18 13:23:41 +0100
committerCyril Hrubis <chrubis@suse.cz>2016-01-13 13:24:17 +0100
commit976c9c736c3afbbefe14930601aa5972da1709f9 (patch)
treed4d70ae06e5224cd5f956fc5a2d20e59c09bb4ee /scenario_groups
parent59040e0a6c0dbb2599a2a4d53096fef02a0dbcb2 (diff)
Add testcases to test the kernel input stack
1) Create a virtual mouse and write in /dev/uinput and check that the data is well received in /dev/input/eventX 2) Create a virtual mouse, write in /dev/uinput, grab the device and check that the data are not received in other proccess. 3) Create a virtual mouse and check that the data are well received in /dev/input/mice 4) Create a virtual mouse and send empty moves: check that nothing is received in /dev/input/eventX 5) Create a virtual mouse and send events which cannot be sent and check that they are not received in eventX 6) Test auto-repeat Signed-off-by: Cedric Hnyda <chnyda@suse.com> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Diffstat (limited to 'scenario_groups')
-rw-r--r--scenario_groups/default1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenario_groups/default b/scenario_groups/default
index de6bc88c3..5d1c52160 100644
--- a/scenario_groups/default
+++ b/scenario_groups/default
@@ -32,3 +32,4 @@ dma_thread_diotest
can
cpuhotplug
ipv6_lib
+input