summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-01-29 16:04:57 -0800
committerArmin Kuster <akuster808@gmail.com>2019-11-11 11:03:55 -0800
commit5da4a688c76d77a4db490f49a5e17b75fb52ae0a (patch)
treebff92155d710c7ddfe5639bde3e07065dad77da7
parent2e8bd5691527ad7371ccd12cfb7b06be15c3f2a3 (diff)
downloadopenembedded-core-contrib-5da4a688c76d77a4db490f49a5e17b75fb52ae0a.tar.gz
manual/bsp-qemu: remove only_one_connmand_in_background test done at runtime
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": [
{