qemuimagetest: Add basic function check for connman

Add one case for connman sanity test. We check if connmand is running
in background after booting and if there is always one connmand process
running even connmand is executed by several times.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
This commit is contained in:
Jiajun Xu
2010-12-31 16:06:45 +08:00
committed by Saul Wold
parent 62caed8237
commit 2e3cdcb067
17 changed files with 122 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ sanity shutdown
sanity zypper_help
sanity zypper_search
sanity rpm_query
sanity connman

View File

@@ -6,3 +6,4 @@ sanity shutdown
sanity zypper_help
sanity zypper_search
sanity rpm_query
sanity connman

View File

@@ -7,3 +7,4 @@ sanity zypper_help
sanity zypper_search
sanity rpm_query
sanity compiler
sanity connman