Skip to content

Commit 675d88f

Browse files
authored
Merge pull request #457 from maheshsal/minor-fixes
OpTestHMIhandling: Fix the HMI handling for Power8
2 parents c076b7c + cc1688e commit 675d88f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

testcases/OpTestHMIHandling.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@ def setUp(self):
8484
.format(self.cpu, self.revision))
8585
raise unittest.SkipTest("HMIHandling not supported on CPU={} Revision={}"
8686
.format(self.cpu, self.revision))
87-
else:
88-
log.debug("Skipping, HMIHandling NOT supported on CPU={} Revision={}"
89-
.format(self.cpu, self.revision))
90-
raise unittest.SkipTest("HMIHandling not supported on CPU={} Revision={}"
91-
.format(self.cpu, self.revision))
92-
log.debug("Setting up to run HMIHandling on CPU={} Revision={}".format(self.cpu, self.revision))
87+
88+
log.debug("Setting up to run HMIHandling on CPU={} Revision={}".format(self.cpu, self.revision))
9389

9490
def clear_stop(self):
9591
self.cv_SYSTEM.stop = 0

0 commit comments

Comments
 (0)