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>
This commit is contained in:
Armin Kuster
2019-11-11 20:33:30 -08:00
committed by Richard Purdie
parent 2890aafb13
commit 9fc88bf924

View File

@@ -59,36 +59,6 @@
"summary": "Add_user_with_cleartext_type_password_during_filesystem_construction"
}
},
{
"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",