Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py102 def export(self, collection_name, path): argument
116 collection_name,
119 collection_name,
126 def export_as_csv(self, channels, collection_name, output_file): argument
144 collection_name,
153 collection_name, output_file, channels_arg)
156 def add_markers(self, collection_name, markers): argument
185 collection_name,
192 def get_metrics(self, collection_name, start=None, end=None): argument
206 collection_name,
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Dbits.py537 def get_bits_root_rail_csv_export(self, file_path=None, collection_name=None): argument
546 if collection_name is None:
550 file_name = 'raw_data_' + collection_name + '.csv'
552 self._client.export_as_csv([key], collection_name,