Searched refs:ports_name (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/tests/kvm/tests/ |
D | virtio_console.py | 1466 def _virtio_dev_create(vm, ports_name, pciid, id, console="no"): argument 1487 ports_name.append([ port, console]) 1492 def _virtio_dev_del(vm, ports_name, pciid, id): argument 1502 ports_name) 1505 ports_name.remove(port[0]) 1521 ports_name = [] 1522 ports_name.append(['serialport-1','no']) 1523 ports_name.append(['console-0','yes']) 1532 _virtio_dev_create(vm, ports_name, id, i, console) 1538 on_guest('virt.init(%s)' % (ports_name), vm, 10) [all …]
|