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