summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-01-29 16:04:57 -0800
committerArmin Kuster <akuster808@gmail.com>2019-04-22 06:03:34 -0600
commit64257c87389e4a1fef0565824e5430bbfcb26b54 (patch)
treeaebaca3417d1ce8641b6c99212a34281996b2c60
parent6c54d00c061e53ffdc6349abd4c36fe12e411ee8 (diff)
downloadopenembedded-core-contrib-64257c87389e4a1fef0565824e5430bbfcb26b54.tar.gz
manual/bsp-qemu: remove connmand test done in runtime test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/lib/oeqa/manual/bsp-qemu.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json
index 7a3d9940a9..5ec275cb2e 100644
--- a/meta/lib/oeqa/manual/bsp-qemu.json
+++ b/meta/lib/oeqa/manual/bsp-qemu.json
@@ -61,36 +61,6 @@
},
{
"test": {
- "@alias": "bsps-qemu.bsps-runtime.only_one_connmand_in_background(auto)",
- "author": [
- {
- "email": "alexandru.c.georgescu@intel.com",
- "name": "alexandru.c.georgescu@intel.com"
- }
- ],
- "execution": {
- "1": {
- "action": "Boot system",
- "expected_results": ""
- },
- "2": {
- "action": "Run \"ps aux |grep connmand\" or \"ps -ef | grep connmand\" or \"ps | grep connmand\"",
- "expected_results": "Connmand (connection manager, used to manage internet connections) should be shown as an active process \n\n"
- },
- "3": {
- "action": "Run command \"connmand\" to try to launch to a second connmand process",
- "expected_results": ""
- },
- "4": {
- "action": "Check, with \"ps\" connmand if a second connmand can be generated ",
- "expected_results": "There should be only one connmand process instance in background ."
- }
- },
- "summary": "only_one_connmand_in_background"
- }
- },
- {
- "test": {
"@alias": "bsps-qemu.bsps-runtime.check_bash_in_image",
"author": [
{