Comment 15 for bug 2028420

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Because of the ongoing autopkgtest db rebuild, the excuses page and pending sru report might not be accurate at this time regarding autopkgtest results. I then checked the DEP8 results manually.

open-vm-tools itself has no autopkgtests.

Consulting the DB, I saw that there are no dependent tests trigger by it either:

$ sqlite3 autopkgtest.db "SELECT result.run_id, package FROM test, result WHERE test.id = result.test_id AND test.release = 'mantic' AND result.triggers LIKE '%open-vm-tools%';"
$

$ sqlite3 autopkgtest.db "SELECT result.run_id, package FROM test, result WHERE test.id = result.test_id AND test.release = 'jammy' AND result.triggers LIKE '%open-vm-tools%';"
$