Lines Matching full:json
10 import json
34 'testplan.json', 'twister.json',
46 'twister_TEST.json', 'twister_TEST_report.xml',
57 'abcd.json', 'abcd_report.xml',
67 '1234.json', '1234_report.xml',
77 'Final_Test.json', 'Final_Test_report.xml',
87 'twister.json', 'twister_report.xml',
98 'testplan.json', 'twister.log',
99 'twister.json', 'twister_report.xml',
158 if path.endswith(".json"):
160 data = json.load(json_file)
161 assert data, f"JSON file '{path}' is empty"
177 platform_path = os.path.join(out_path, f_platform.replace("/", "_") + ".json", )
413 with open(os.path.join(out_path, 'twister.json')) as f:
414 j = json.load(f)
438 with open(os.path.join(out_path, 'twister.json')) as f:
439 j = json.load(f)
443 # twister.json will contain [used/available]_[ram/rom] keys if the flag works