Skip to content

Commit

Permalink
Updating Gcov test
Browse files Browse the repository at this point in the history
Fixed Regression as SUSE need kernel-install-tools package which is needed for custom kernel install 

Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
  • Loading branch information
PraveenPenguin authored Oct 3, 2024
1 parent e95835f commit 506e46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/GcovSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def runTest(self):
dep_packages.extend(["yum-utils", "tiny*"])
elif self.distro_name == 'sles':
self.installer = "zypper install"
dep_packages.extend(["hmaccalc", "flex", "libelf-devel", "libopenssl-devel", "pesign-obs-integration", "dwarves"])
dep_packages.extend(["hmaccalc", "flex", "libelf-devel", "libopenssl-devel", "pesign-obs-integration", "dwarves", "kernel-install-tools"])
log.info("\n\nNeed to enable Unsupported Modules for Sles....\n")
log.info("enabling Unsupported Modules for Sles....\n")
file_path = '/lib/modprobe.d/10-unsupported-modules.conf'
Expand Down

0 comments on commit 506e46d

Please sign in to comment.