Lines Matching full:measurements
224 # Generate the list of measurements
225 meas_l = test_l['measurements'] if test_l else {}
226 meas_r = test_r['measurements'] if test_r else {}
227 measurements = list(meas_l.keys())
228 measurements += [m for m in list(meas_r.keys()) if m not in measurements]
230 for meas in measurements:
308 'measurements': [],
320 # Generate the list of measurements
321 for meas in test_r['measurements'].keys():
322 meas_r = test_r['measurements'][meas]
333 not meas in test_data['tests'][test]['measurements']):
337 meas_i = test_i['measurements'][meas]
366 new_test['measurements'].append(new_meas)