]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
manual/bsp-qemu: remove connmand test done in runtime test
authorArmin Kuster <akuster808@gmail.com>
Wed, 30 Jan 2019 00:04:57 +0000 (16:04 -0800)
committerArmin Kuster <akuster808@gmail.com>
Mon, 22 Apr 2019 12:03:34 +0000 (06:03 -0600)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/manual/bsp-qemu.json

index 7a3d9940a9b4cb45cf26dcf25311fbb84eea69e5..5ec275cb2e4215d316fcc678115ec7cfb6ec941d 100644 (file)
       "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",