of: add processing of EXPECT_NOT to of_unittest_expect
authorFrank Rowand <frowand.list@gmail.com>
Mon, 13 Feb 2023 18:56:57 +0000 (12:56 -0600)
committerRob Herring <robh@kernel.org>
Fri, 17 Feb 2023 21:46:20 +0000 (15:46 -0600)
commit568a10bfffe88daa42f1b7968352cc6abd948ca3
treea385aa5a646b8a11029e3b38a7cd2dce737a80b3
parent511f3aa71029ef4d9408065f94110c0e8f9dccba
of: add processing of EXPECT_NOT to of_unittest_expect

scripts/dtc/of_unittest_expect processes EXPECT messages that
document expected kernel messages triggered by unittest.  Add
processing of EXPECT_NOT messages that document kernel messages
triggered by unittest that are not expected.

This is commit 2 of 2, implementing the processing of EXPECT_NOT
messages.

Signed-off-by: Frank Rowand <frowand.list@gmail.com>
Link: https://lore.kernel.org/r/20230213185702.395776-3-frowand.list@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/dtc/of_unittest_expect