diff options
Diffstat (limited to 'tests/qemu-iotests/277')
-rwxr-xr-x | tests/qemu-iotests/277 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/277 b/tests/qemu-iotests/277 index 04aa15a..d34f870 100755 --- a/tests/qemu-iotests/277 +++ b/tests/qemu-iotests/277 @@ -23,6 +23,8 @@ import subprocess import iotests from iotests import file_path, log +iotests.script_initialize() + nbd_sock, conf_file = file_path('nbd-sock', 'nbd-fault-injector.conf') |