mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Remove test assertion based on stdout (#44)
This commit is contained in:
committed by
GitHub
parent
f0f0b85bea
commit
76b742ec28
@@ -212,6 +212,5 @@ class TestChipsecUtil(unittest.TestCase):
|
||||
fileno, rom_file = tempfile.mkstemp()
|
||||
os.close(fileno)
|
||||
self._chipsec_util("spi dump %s" % rom_file, mock_helper.SPIHelper)
|
||||
self.assertIn("Dumping 0x00003000 bytes", self.log)
|
||||
self.assertEqual(os.stat(rom_file).st_size, 0x3000)
|
||||
os.remove(rom_file)
|
||||
|
||||
Reference in New Issue
Block a user