Searched refs:sock_dir (Results 1 – 25 of 30) sorted by relevance
12
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 130 self.sock_dir = os.environ['SOCK_DIR'] 132 Path(self.sock_dir).mkdir(parents=True, exist_ok=True) 134 self.sock_dir = tempfile.mkdtemp(prefix="qemu-iotests-") 289 shutil.rmtree(self.sock_dir)
|
H A D | 209 | 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 299 | 29 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | 208 | 30 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock_path, \
|
H A D | 281 | 69 nbd_sock = os.path.join(iotests.sock_dir, 'nbd.sock') 244 sock = os.path.join(iotests.sock_dir, 'nbd.sock')
|
H A D | 277 | 31 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 302 | 80 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
|
H A D | 194 | 30 iotests.FilePath('migration.sock', 'nbd.sock', base_dir=iotests.sock_dir) \
|
H A D | 264 | 29 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | 307 | 35 iotests.FilePath('socket', base_dir=iotests.sock_dir) as socket, \
|
H A D | 205 | 28 nbd_sock = os.path.join(iotests.sock_dir, 'nbd_sock')
|
H A D | 240 | 25 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
|
H A D | 147 | 36 unix_socket = os.path.join(iotests.sock_dir, 'nbd.socket')
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-read-bitmap | 26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | nbd-reconnect-on-open | 30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
|
H A D | export-incoming-iothread | 35 nbd_sock = os.path.join(iotests.sock_dir, 'nbd.sock')
|
H A D | block-status-cache | 32 nbd_sock = os.path.join(iotests.sock_dir, 'nbd.sock')
|
H A D | iothreads-nbd-export | 29 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
|
H A D | graph-changes-while-io | 30 nbd_sock = os.path.join(iotests.sock_dir, 'nbd.sock')
|
H A D | migration-permissions | 28 mig_sock = os.path.join(iotests.sock_dir, 'mig.sock')
|
H A D | backing-file-invalidation | 36 mig_sock = os.path.join(iotests.sock_dir, 'mig.sock')
|
H A D | nbd-multiconn | 31 nbd_sock = os.path.join(iotests.sock_dir, 'nbd_sock')
|
H A D | mirror-change-copy-mode | 33 nbd_sock = os.path.join(iotests.sock_dir, 'nbd.sock')
|
H A D | image-fleecing | 289 base_dir=iotests.sock_dir) as nbd_sock_path:
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 572 g_autofree char *sock_dir = NULL; in qtest_init_with_serial() local 576 sock_dir = g_dir_make_tmp("qtest-serial-XXXXXX", NULL); in qtest_init_with_serial() 577 g_assert_true(sock_dir != NULL); in qtest_init_with_serial() 578 sock_path = g_strdup_printf("%s/sock", sock_dir); in qtest_init_with_serial() 590 rmdir(sock_dir); in qtest_init_with_serial()
|
12