Home
last modified time | relevance | path

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

/test/suite_harness/tools/cts-test-metrics/
Dparse_test_metrics.py33 json_data = json.load(json_file)
34 self._metrics.append(json_data)
35 self._PrintJson(filename, json_data)
37 def _PrintJson(self, filename, json_data): argument
39 stream_names = json_data.keys()
41 metrics_list = json_data.get(stream_name)
DREADME13 as input, reads the json file and adds the json object to json_data. The _PrintJson function
14 takes the filename and corresponding json_data and prints out the streams as key, value pairs.