auto-test: support battery dbus test 02/132702/5 accepted/tizen/unified/20170612.170904 submit/tizen/20170612.061649
authorYunmi Ha <yunmi.ha@samsung.com>
Wed, 7 Jun 2017 07:38:34 +0000 (16:38 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Thu, 8 Jun 2017 09:47:07 +0000 (18:47 +0900)
commit785f38282cd77eb2eb105dd2ac487928a30c354c
tree38cbc4e060389eacc55bfa49e3eb9fb46c3fa780
parent6f0a605ded6b9d4f0ea5c43fb7fabaa104da8fcc
auto-test: support battery dbus test

deviced-auto-test package was added.
Now it supports battery dbus method test only.
(other module will be updated.)

This is optional package.
If you want to use this, install device-auto-test package manually
and run below command. Then you can see detail usage for this tool.
$/usr/bin/deviced-auto-test

usage: deviced-auto-test [PROFILE] [MODULE] [UNIT-METHOD] [OPTS]

Change-Id: Id8824459e88286d8f0074b05b2e1f93690a6e4d2
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
CMakeLists.txt
packaging/deviced.spec
src/auto-test/CMakeLists.txt [new file with mode: 0644]
src/auto-test/auto-test.conf [new file with mode: 0644]
src/auto-test/battery.c [new file with mode: 0644]
src/auto-test/config.c [new file with mode: 0644]
src/auto-test/config.h [new file with mode: 0644]
src/auto-test/main.c [new file with mode: 0644]
src/auto-test/result.c [new file with mode: 0644]
src/auto-test/test.c [new file with mode: 0644]
src/auto-test/test.h [new file with mode: 0644]