def SerializeIntermediateResults(self, *test_results): testing.SerializeIntermediateResults( test_results, os.path.join(self.intermediate_dir, processor.TEST_RESULTS))
def SerializeIntermediateResults(self, *args, **kwargs): in_results = testing.IntermediateResults(*args, **kwargs) testing.SerializeIntermediateResults(in_results, os.path.join( self.intermediate_dir, processor.TELEMETRY_RESULTS))