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/qemux86-64/poky-image-sdk | |
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/qemux86-64/poky-image-sdk')
-rw-r--r-- | scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk index d18a9f7ce5..3a8b1293bd 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86-64/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 | ||