Skip to content

Commit

Permalink
Install sosreport package
Browse files Browse the repository at this point in the history
Install the required packages for collecting sosreport

Signed-off-by: Vaishnavi Bhat <[email protected]>
  • Loading branch information
vaishnavibhat committed Oct 16, 2024
1 parent 0296a44 commit b3f24dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/OpTestLPM.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def check_pkg_installation(self):
pkg_found = True
pkg_notfound = []
self.oslevel = self.cv_HOST.host_get_OS_Level()
lpm_pkg_list = ["src", "rsct.core", "rsct.core.utils", "rsct.basic", "rsct.opt.storagerm", "DynamicRM", "stress-ng"]
lpm_pkg_list = ["src", "rsct.core", "rsct.core.utils", "rsct.basic", "rsct.opt.storagerm", "DynamicRM", "stress-ng", "sos", "supportutils"]
for pkg in lpm_pkg_list:
pkg_status = self.cv_HOST.host_check_pkg_installed(self.oslevel, pkg)
if not pkg_status:
Expand Down

0 comments on commit b3f24dd

Please sign in to comment.