Add host correlation and assurance coverage
This commit is contained in:
parent
8194d13734
commit
b40ac4252c
36 changed files with 944 additions and 23 deletions
|
|
@ -193,6 +193,9 @@ class TestDataLayer(unittest.TestCase):
|
|||
self.assertEqual(report["anchors"]["pkgdb"]["fingerprint_prefix"], "0123456789abcdef")
|
||||
self.assertTrue(report["read_only"])
|
||||
self.assertIn("sentinel_footprint", report)
|
||||
self.assertIn("hash_chain", report)
|
||||
self.assertEqual(report["checks"]["hash_chain"], "missing")
|
||||
self.assertFalse(report["hash_chain"]["exists"])
|
||||
|
||||
def test_dashboard_has_persistent_theme_controls(self):
|
||||
html = (web._STATIC / "dashboard.html").read_text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue