We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c076b7c + cc1688e commit 675d88fCopy full SHA for 675d88f
testcases/OpTestHMIHandling.py
@@ -84,12 +84,8 @@ def setUp(self):
84
.format(self.cpu, self.revision))
85
raise unittest.SkipTest("HMIHandling not supported on CPU={} Revision={}"
86
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
92
- 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))
93
94
def clear_stop(self):
95
self.cv_SYSTEM.stop = 0
0 commit comments