summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_restore_online_vol.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_restore_online_vol.py')
-rw-r--r--tests/functional/snapshot/test_restore_online_vol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/snapshot/test_restore_online_vol.py b/tests/functional/snapshot/test_restore_online_vol.py
index 2a7f39cae..2fa46012b 100644
--- a/tests/functional/snapshot/test_restore_online_vol.py
+++ b/tests/functional/snapshot/test_restore_online_vol.py
@@ -112,9 +112,9 @@ class SnapRSOnline(GlusterBaseClass):
"--num-of-files 2 %s" % (
self.script_upload_path,
self.counter, mount_obj.mountpoint))
-
proc = g.run_async(mount_obj.client_system, cmd,
user=mount_obj.user)
+ self.counter += 100
self.all_mounts_procs.append(proc)
self.io_validation_complete = False