Building and Running Tests - Currently the Profiling module is considered a packaged APEX and is not currently configured to run on the mts infrastructure. Please use CTS/ATEST in order to run tests. The example below will run all tests defined in the module. atest [ModuleName] ex - atest CtsProfilingModuleTests This will run all tests in a specific test class. atest [ModuleName]:[Package].[Class] ex - atest CtsProfilingModuleTests:android.profiling.cts.ProfilingFrameworkTests This will run a specific method from a test class. atest [ModuleName]:[Package].[Class]#[Method] ex - atest CtsProfilingModuleTests:android.profiling.cts.ProfilingFrameworkTests#createProfilingRequestTest