1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

oeqa/manual/bsp-hw: remove rpm -ivh test

done via runtime

def test_rpm_install(self):

(From OE-Core rev: 1be4471d664c9445d0599d57c4366a86f8352b07)

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-16 19:35:15 -08:00
committed by Richard Purdie
parent f9f19f6232
commit 18ad61198f
+1 -27
View 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",
@@ -1283,4 +1257,4 @@
"summary": "Boot_from_JFFS2_image"
}
}
]
]