diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2010-12-31 16:06:45 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-02 01:25:40 -0800 |
commit | 2e3cdcb067f9c90f18a2b27d99caa63aa23c488f (patch) | |
tree | 6e50deefc11431343a1aaf6aee3be4faf9e80f19 /scripts/qemuimage-tests/scenario/qemuarm | |
parent | 62caed8237baabd2b51d8f216f555880ae4a23c8 (diff) | |
download | poky-2e3cdcb067f9c90f18a2b27d99caa63aa23c488f.tar.gz |
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>
Diffstat (limited to 'scripts/qemuimage-tests/scenario/qemuarm')
3 files changed, 3 insertions, 0 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb index 32d2bd144b..7b949a854c 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb | |||
@@ -6,3 +6,4 @@ sanity shutdown | |||
6 | sanity zypper_help | 6 | sanity zypper_help |
7 | sanity zypper_search | 7 | sanity zypper_search |
8 | sanity rpm_query | 8 | sanity rpm_query |
9 | sanity connman | ||
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato index 32d2bd144b..7b949a854c 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato | |||
@@ -6,3 +6,4 @@ sanity shutdown | |||
6 | sanity zypper_help | 6 | sanity zypper_help |
7 | sanity zypper_search | 7 | sanity zypper_search |
8 | sanity rpm_query | 8 | sanity rpm_query |
9 | sanity connman | ||
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk index d18a9f7ce5..3a8b1293bd 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk | |||
@@ -7,3 +7,4 @@ sanity zypper_help | |||
7 | sanity zypper_search | 7 | sanity zypper_search |
8 | sanity rpm_query | 8 | sanity rpm_query |
9 | sanity compiler | 9 | sanity compiler |
10 | sanity connman | ||