Home | History | Annotate | Download | only in enterprise_CFM_LowLevelPeripheralTest
      1 from autotest_lib.server.cros.cfm.configurable_test import configurable_cfm_test
      2 
      3 class enterprise_CFM_LowLevelPeripheralTest(
      4         configurable_cfm_test.ConfigurableCfmTest):
      5     """
      6     Low level (Chrome os level) tests of peripherals.
      7     """
      8     pass  # Base class contains all necessary code.
      9