]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/manual/bsp-hw: remove rpm -ivh test
authorArmin Kuster <akuster808@gmail.com>
Sun, 17 Nov 2019 03:35:15 +0000 (19:35 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2019 21:17:40 +0000 (21:17 +0000)
done via runtime

def test_rpm_install(self):

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/manual/bsp-hw.json

index 18cec222fcc9685771efd2d9b95340f472b8f4bb..2ab7ddad154338ad0116877057a8e7d740413bea 100644 (file)
@@ -1,30 +1,4 @@
 [
-    {
-        "test": {
-            "@alias": "bsps-hw.bsps-hw.rpm_-__install_dependency_package",
-            "author": [
-                {
-                    "email": "alexandru.c.georgescu@intel.com",
-                    "name": "alexandru.c.georgescu@intel.com"
-                }
-            ],
-            "execution": {
-                "1": {
-                    "action": "Get a not previously installed RPM package or build one on local machine, which should have run-time dependency.For example, \"mc\" (Midnight Commander, which is a visual file manager) should depend on \"ncurses-terminfo\".   \n\n$ bitbake mc  \n\n\n",
-                    "expected_results": ""
-                },
-                "2": {
-                    "action": "Copy the package into a system folder (for example /home/root/rpm_packages).  \n\n\n",
-                    "expected_results": ""
-                },
-                "3": {
-                    "action": "Run \"rpm -ivh package_name\" and check the output, for example \"rpm -ivh mc.rpm*\" should report the dependency on \"ncurses-terminfo\".\n\n\n\n",
-                    "expected_results": "3 . rpm command should report message when some RPM installation depends on other packages."
-                }
-            },
-            "summary": "rpm_-__install_dependency_package"
-        }
-    },
     {
         "test": {
             "@alias": "bsps-hw.bsps-hw.boot_and_install_from_USB",
             "summary": "Boot_from_JFFS2_image"
         }
     }
-]
\ No newline at end of file
+]