Lines Matching full:json
10 import json
31 r'Found [1-9]+[0-9]* footprint deltas to .*blackbox-out\.[0-9]+/twister.json as a baseline'
75 # Note: if footprint tests take too long, replace first run with a prepared twister.json
77 with open(os.path.join(out_path, 'twister.json')) as f:
78 j = json.load(f)
84 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
85 f.write(json.dumps(j, indent=4))
90 'twister.json'
139 with open(os.path.join(out_path, 'twister.json')) as f:
140 j = json.load(f)
164 with open(os.path.join(out_path, 'twister.json')) as f:
165 j = json.load(f)
202 # Note: if footprint tests take too long, replace first run with a prepared twister.json
204 with open(os.path.join(out_path, 'twister.json')) as f:
205 j = json.load(f)
210 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
211 f.write(json.dumps(j, indent=4))
216 'twister.json'
271 # Note: if footprint tests take too long, replace first run with a prepared twister.json
273 with open(os.path.join(out_path, 'twister.json')) as f:
274 j = json.load(f)
279 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
280 f.write(json.dumps(j, indent=4))
285 'twister.json'
344 # Note: if footprint tests take too long, replace first run with a prepared twister.json
346 with open(os.path.join(out_path, 'twister.json')) as f:
347 j = json.load(f)
352 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
353 f.write(json.dumps(j, indent=4))
358 'twister.json'
441 # Note: if footprint tests take too long, replace first run with a prepared twister.json
443 with open(os.path.join(out_path, 'twister.json')) as f:
444 j = json.load(f)
449 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
450 f.write(json.dumps(j, indent=4))
455 'twister.json'