Home | History | Annotate | Download | only in enterprise_CFM_ConfigurableCfmTestSanity
      1 from autotest_lib.server.cros.cfm.configurable_test import configurable_cfm_test
      2 
      3 class enterprise_CFM_ConfigurableCfmTestSanity(
      4         configurable_cfm_test.ConfigurableCfmTest):
      5     """
      6     Sanity test that verifies configurable CFM tests can run.
      7     """
      8     pass
      9