Lines Matching refs:format

58     print("usage= {} [h]".format(file_name), end="")
111 err_dic['common error: wrong parameter'] = "{} does not exist!".format(board_info_file)
115 err_dic['common error: wrong parameter'] = "{} does not exist!".format(scenario_info_file)
119 err_dic['common error: wrong parameter'] = "{} does not exist!".format(launch_info_file)
275 key = "user_vm:id={},passthrough_devices,{}".format(i_cnt, item)
276 ERR_LIST[key] = "Unkonw the BDF format of {} device".format(item)
285 key = "user_vm:id={},passthrough_devices,{}".format(i_cnt, item)
286 ERR_LIST[key] = "Unkonw the Vendor:Product ID format of {} device".format(item)
298 key = "user_vm:id={},{}".format(i_cnt, item)
323 key = "user_vm:id={},{}".format(i_cnt, item)
324 ERR_LIST[key] = "The {} is invalidate".format(item)
348 key = "user_vm:id={},{}".format(i_cnt, item)
349 ERR_LIST[key] = "{}MB should be less than total memory {}MB".format(item)
429 key = "user_vm:id={},passthrough_devices,{}".format(vmid, 'audio_codec')
467 'vmid:{} sriov {}'.format(vm_id, dev_type)
468 … ] = 'this vm has {} passthrough and sriov {} at same time!'.format(pt_devname, dev_type)
470 … ERR_LIST['vmid:{} sriov {}'.format(vm_id, dev_type)] = 'sriov {} bdf error'.format(dev_type)
488 key = "user_vm:id={},{},{}".format(vm_i, 'passthrough_devices', dev)
489 ERR_LIST[key] = "You select the same device for {} pass-through !".format(dev)
587 shm_region_key = 'user_vm:id={},shm_regions,shm_region'.format(user_vmid)
615 … pci_vuart_key = 'user_vm:id={},communication_vuarts,communication_vuart'.format(user_vmid)
633 shm_region_key = 'user_vm:id={},shm_regions,shm_region'.format(user_vmid)
637 "in MB and spaces should not exist.".format(shm_region)
645 key = 'user_vm:id={},console_vuart'.format(user_vmid)
648 "at the same time".format(user_vmid)
652 …R_LIST[key] = "console_vuart of user_vm {} should be enabled in scenario setting".format(user_vmid)
661 vuart_key = 'user_vm:id={},communication_vuarts,communication_vuart'.format(user_vmid)
667 "in scenario setting.".format(vuart_id, user_vmid)
672 "not be configured at the same time.".format(user_vmid)
679 key = 'user_vm:id={},enable_ptm'.format(user_vmid)
681 ERR_LIST[key] = "PTM of user_vm:{} set to 'n' in scenario xml".format(user_vmid)