• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1from autotest_lib.server.cros.cfm.configurable_test import configurable_cfm_test
2
3class enterprise_CFM_PeripheralQualification(
4        configurable_cfm_test.ConfigurableCfmTest):
5    """
6    Qualification tests for peripherals.
7    """
8    pass  # Base class contains all necessary code.
9