Home
last modified time | relevance | path

Searched refs:hover_text (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py287 def _filter_line(self, x_data, y_data, hover_text=None): argument
292 for x, y, hover in itertools.zip_longest(x_data, y_data, hover_text):
303 hover_text=None, argument
332 if not hover_text:
333 hover_text = ['y={}'.format(y) for y in y_data]
335 x_data, y_data, hover_text)
355 hover_text=None, argument
379 if not hover_text:
380 hover_text = ['y={}'.format(y) for y in y_data]
385 'hover_text': hover_text,
[all …]
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTest.py285 hover_text = [
296 hover_text=hover_text,
DWifiPingTest.py658 hover_text=channel_data['llstats_at_range'],