Home | History | Annotate | Download | only in afe

Lines Matching refs:test_object

2224         test_object = {}
2226 test_object[key] = getattr(control_obj, key) if hasattr(
2235 test_object['id'] = _id
2236 test_object['run_reset'] = True
2237 test_object['description'] = test_object.get('doc', '')
2238 test_object['test_time'] = test_object.get('time', 0)
2239 test_object['test_retry'] = test_object.get('retries', 0)
2249 test_object['name'] = testname
2252 test_object['path'] = control_file_path
2255 test_objects.append(test_object)