Searched refs:nbd_port (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 147 | 107 nbd_port = random.randrange(NBD_PORT_START, NBD_PORT_END) 108 if self._try_server_up('-b', 'localhost', '-p', str(nbd_port)): 114 'port': str(nbd_port) 116 self.client_test('nbd://localhost:%i' % nbd_port, 178 nbd_port = random.randrange(NBD_PORT_START, NBD_PORT_END) 182 'port': str(nbd_port) 188 self.client_test('nbd://localhost:%i/%s' % (nbd_port, export_name), 203 nbd_port = random.randrange(NBD_PORT_START, NBD_PORT_END) 207 'port': str(nbd_port) 212 self.client_test('nbd://localhost:%i/%s' % (nbd_port, 'exp1'), [all …]
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench-example.py | 38 nbd_port = 'nbd-port-number' variable 56 'target': drv_nbd(nbd_ip, nbd_port)
|