mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
oeqa: fix typo
The word 'uninstall' was spelled incorrectly in various parts of oeqa files. (From OE-Core rev: af365e025030436f83b233fa51ecc9c58c58ce3c) (From OE-Core rev: 9d25188e873645b849584b51a77b86588a51d4ba) Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
88bda7d78d
commit
5ff7db946c
@@ -187,7 +187,7 @@ def test_needs_package(test_case):
|
||||
|
||||
def _install_uninstall_packages(needed_packages, test_case, install=True):
|
||||
"""
|
||||
Install/Unistall packages in the DUT without using a package manager
|
||||
Install/Uninstall packages in the DUT without using a package manager
|
||||
"""
|
||||
|
||||
if isinstance(needed_packages, dict):
|
||||
@@ -205,6 +205,6 @@ def _install_uninstall_packages(needed_packages, test_case, install=True):
|
||||
if install and extract:
|
||||
test_case.tc.target.copyDirTo(src_dir, '/')
|
||||
|
||||
# Unistall package
|
||||
# Uninstall package
|
||||
elif not install and rm:
|
||||
test_case.tc.target.deleteDirStructure(src_dir, '/')
|
||||
|
||||
Reference in New Issue
Block a user