summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/277
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/277')
-rwxr-xr-xtests/qemu-iotests/2773
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/277 b/tests/qemu-iotests/277
index d34f87021f..24833e7eb6 100755
--- a/tests/qemu-iotests/277
+++ b/tests/qemu-iotests/277
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# group: rw quick
#
# Test NBD client reconnection
#
@@ -42,7 +43,7 @@ def make_conf_file(event):
def start_server_NBD(event):
make_conf_file(event)
- srv = subprocess.Popen(['nbd-fault-injector.py', '--classic-negotiation',
+ srv = subprocess.Popen(['./nbd-fault-injector.py', '--classic-negotiation',
nbd_sock, conf_file], stdout=subprocess.PIPE,
stderr=subprocess.STDOUT, universal_newlines=True)
line = srv.stdout.readline()