From 4b9e093c2b20cae1d3ea3c7ff462a48781ba9a30 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Wed, 18 Jan 2017 15:28:22 +0100 Subject: Initial source commit Taken from https://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git Signed-off-by: Bocklage, Jens --- test/commandlinetests.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/commandlinetests.txt (limited to 'test/commandlinetests.txt') diff --git a/test/commandlinetests.txt b/test/commandlinetests.txt new file mode 100644 index 0000000..bf0f136 --- /dev/null +++ b/test/commandlinetests.txt @@ -0,0 +1,22 @@ +Command line tests + +Precondition for all test is, that the D-Bus session is launched: +$export `dbus-launch` + +--------------------------------------------------------------------------------------------------------------------- +Interface: +org.agl.inputevent + +Method: + + + + +Preconditions: +- HomeScreen app is running +- InputEventManager app is running + +Test: +$dbus-send --session --type=method_call --print-reply --dest=org.agl.inputeventmanager /InputEvent org.agl.inputevent.hardKeyPressed int32:0 + + -- cgit 1.2.3-korg