Home
last modified time | relevance | path

Searched refs:__get_only_arg (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/loggers/
Dblackbox_test.py210 published = self.__get_only_arg(args_list[0])[0]
239 all_published = [self.__get_only_arg(args)[0] for args in args_list]
276 bundle = self.__get_only_arg(args_list[0])[0].data
308 bundle = self.__get_only_arg(args_list[0])[0].data
313 def __get_only_arg(self, call_args): member in BlackboxMetricLoggerIntegrationTest
Dbounded_metrics_test.py192 def __get_only_arg(self, call_args): member in BoundedMetricsLoggerIntegrationTest
214 published = self.__get_only_arg(args_list[0])[0]
256 len(self.__get_only_arg(args_list[0])[0].data.bounded_metrics), 3)
257 published = self.__get_only_arg(args_list[0])[0]