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