mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
8 lines
231 B
Python
8 lines
231 B
Python
from tests.software import mock_helper, util
|
|
|
|
class TestPlatformChipsecUtil(util.TestChipsecUtil):
|
|
"""Test the platform commands exposed by chipsec_utils."""
|
|
|
|
def test_platform(self):
|
|
self._chipsec_util("platform")
|