summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-11-11 20:33:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-14 13:21:00 +0000
commit9fc88bf924399f78b047cfe63631fdb2eb25e45c (patch)
tree363472a636776d35a202d06405bf60575f0fcec6 /meta/lib/oeqa/manual
parent2890aafb13f86076187d5ba7c735efce5f05c644 (diff)
downloadpoky-9fc88bf924399f78b047cfe63631fdb2eb25e45c.tar.gz
oeqa/manual/bsp-qemu: remove only_one_connmand_in_background test done at runtime
(From OE-Core rev: e0aa0c195ae233c3c28a7e1bc415839171062f42) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-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 @@
61 }, 61 },
62 { 62 {
63 "test": { 63 "test": {
64 "@alias": "bsps-qemu.bsps-runtime.only_one_connmand_in_background(auto)",
65 "author": [
66 {
67 "email": "alexandru.c.georgescu@intel.com",
68 "name": "alexandru.c.georgescu@intel.com"
69 }
70 ],
71 "execution": {
72 "1": {
73 "action": "Boot system",
74 "expected_results": ""
75 },
76 "2": {
77 "action": "Run \"ps aux |grep connmand\" or \"ps -ef | grep connmand\" or \"ps | grep connmand\"",
78 "expected_results": "Connmand (connection manager, used to manage internet connections) should be shown as an active process \n\n"
79 },
80 "3": {
81 "action": "Run command \"connmand\" to try to launch to a second connmand process",
82 "expected_results": ""
83 },
84 "4": {
85 "action": "Check, with \"ps\" connmand if a second connmand can be generated ",
86 "expected_results": "There should be only one connmand process instance in background ."
87 }
88 },
89 "summary": "only_one_connmand_in_background"
90 }
91 },
92 {
93 "test": {
94 "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image", 64 "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image",
95 "author": [ 65 "author": [
96 { 66 {