Skip to content

Commit e95835f

Browse files
Fixed regreesion
Fixed regression which was introduced 6fbbbb1
1 parent 6fbbbb1 commit e95835f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testcases/Lcov.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def runTest(self):
6666
dep_packages = ['perl*', 'tiny*']
6767
log.info("installing the dependency packages")
6868
for pkg in dep_packages:
69-
if self.distro_name == 'rhel':
69+
if self.distro == 'rhel':
7070
self.cv_HOST.host_run_command(f"{cmd} {pkg} -y")
71-
elif self.distro_name == 'sles':
71+
elif self.distro == 'sles':
7272
self.cv_HOST.host_run_command(f"{cmd} -y {pkg}")
7373
time.sleep(5)
7474
log.info("changing dir to /home")

0 commit comments

Comments
 (0)