Skip to content

Commit

Permalink
Merge pull request #457 from maheshsal/minor-fixes
Browse files Browse the repository at this point in the history
OpTestHMIhandling: Fix the HMI handling for Power8
  • Loading branch information
stewartsmith authored Apr 11, 2019
2 parents c076b7c + cc1688e commit 675d88f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions testcases/OpTestHMIHandling.py
Original file line number Diff line number Diff line change
@@ -84,12 +84,8 @@ def setUp(self):
.format(self.cpu, self.revision))
raise unittest.SkipTest("HMIHandling not supported on CPU={} Revision={}"
.format(self.cpu, self.revision))
else:
log.debug("Skipping, HMIHandling NOT supported on CPU={} Revision={}"
.format(self.cpu, self.revision))
raise unittest.SkipTest("HMIHandling not supported on CPU={} Revision={}"
.format(self.cpu, self.revision))
log.debug("Setting up to run HMIHandling on CPU={} Revision={}".format(self.cpu, self.revision))

log.debug("Setting up to run HMIHandling on CPU={} Revision={}".format(self.cpu, self.revision))

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

0 comments on commit 675d88f

Please sign in to comment.