]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
patchtest: remove test for CVE tag in mbox
authorTrevor Gamblin <tgamblin@baylibre.com>
Wed, 1 Nov 2023 14:20:55 +0000 (10:20 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Nov 2023 19:19:36 +0000 (19:19 +0000)
commit54690f18f04a2ab993a85d551ce4f8d0fa56618a
tree0a5629480f4f18226ef49fa087edb31f798135ef
parent72be3d6a116febf46130cccbe12afe5ad93779b5
patchtest: remove test for CVE tag in mbox

After patchtest went live it was determined that testing for a CVE tag
in the mbox commit message is unnecessary, since it will already be in
the shortlog and in any carried patches. Remove the test and the
associated selftest files so that its absence isn't flagged in future
test results.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/patchtest/selftest/files/TestMbox.test_cve_presence_in_commit_message.fail [deleted file]
meta/lib/patchtest/selftest/files/TestMbox.test_cve_presence_in_commit_message.pass [deleted file]
meta/lib/patchtest/tests/test_mbox.py