Files
chipsec-chipsec/tests/software/test_platform.py
T
2016-11-17 22:34:37 -08:00

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")