diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-11-16 19:35:15 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
| commit | 18ad61198f9b5973666e835be944237e096f0958 (patch) | |
| tree | 94c52ed2963ef15513a6b9ec7f1c282a7f74c8dc | |
| parent | f9f19f623269b5c250b2ac176123631151b9fcd9 (diff) | |
| download | poky-18ad61198f9b5973666e835be944237e096f0958.tar.gz | |
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>
| -rw-r--r-- | meta/lib/oeqa/manual/bsp-hw.json | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json index 18cec222fc..2ab7ddad15 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json | |||
| @@ -1,32 +1,6 @@ | |||
| 1 | [ | 1 | [ |
| 2 | { | 2 | { |
| 3 | "test": { | 3 | "test": { |
| 4 | "@alias": "bsps-hw.bsps-hw.rpm_-__install_dependency_package", | ||
| 5 | "author": [ | ||
| 6 | { | ||
| 7 | "email": "alexandru.c.georgescu@intel.com", | ||
| 8 | "name": "alexandru.c.georgescu@intel.com" | ||
| 9 | } | ||
| 10 | ], | ||
| 11 | "execution": { | ||
| 12 | "1": { | ||
| 13 | "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", | ||
| 14 | "expected_results": "" | ||
| 15 | }, | ||
| 16 | "2": { | ||
| 17 | "action": "Copy the package into a system folder (for example /home/root/rpm_packages). \n\n\n", | ||
| 18 | "expected_results": "" | ||
| 19 | }, | ||
| 20 | "3": { | ||
| 21 | "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", | ||
| 22 | "expected_results": "3 . rpm command should report message when some RPM installation depends on other packages." | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | "summary": "rpm_-__install_dependency_package" | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "test": { | ||
| 30 | "@alias": "bsps-hw.bsps-hw.boot_and_install_from_USB", | 4 | "@alias": "bsps-hw.bsps-hw.boot_and_install_from_USB", |
| 31 | "author": [ | 5 | "author": [ |
| 32 | { | 6 | { |
| @@ -1283,4 +1257,4 @@ | |||
| 1283 | "summary": "Boot_from_JFFS2_image" | 1257 | "summary": "Boot_from_JFFS2_image" |
| 1284 | } | 1258 | } |
| 1285 | } | 1259 | } |
| 1286 | ] \ No newline at end of file | 1260 | ] |
