Skip to content

Commit 94a3ed7

Browse files
committed
FWTS: skip strange opal-prd.service problems
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
1 parent 9b75468 commit 94a3ed7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testcases/FWTS.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def runTest(self):
8989
if self.IS_FSP_SYSTEM and re.match('Property of "(board-info|part-number|serial-number|vendor|ibm,slot-location-code)" for "/sys/firmware/devicetree/base/xscom@.*" was not able to be retrieved. Check the installation for the CPU device config for missing nodes in the device tree if you expect CPU devices', log_text):
9090
self.skipTest("FWTS assumes some nodes present on FSP systems which aren't")
9191

92+
if re.match('Attempt was made to stop the opal-prd.service but was not successful', log_text):
93+
self.skipTest("FWTS bug: prd did actually stop, and there's something strange with FWTS")
9294
self.assertEqual(self.SUBTEST_RESULT.get('failure_label'), 'None', self.SUBTEST_RESULT)
9395

9496
class FWTS(unittest.TestSuite):

0 commit comments

Comments
 (0)