summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_readlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/test_readlink.py')
-rw-r--r--tests/functional/afr/test_readlink.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/afr/test_readlink.py b/tests/functional/afr/test_readlink.py
index beb95b311..6b178d091 100644
--- a/tests/functional/afr/test_readlink.py
+++ b/tests/functional/afr/test_readlink.py
@@ -44,10 +44,9 @@ class AfrReadlinkTest(GlusterBaseClass):
# Upload io scripts for running IO on mounts
g.log.info("Upload io scripts to clients %s for running IO on "
"mounts", cls.clients)
- script_abs_path = "/usr/share/glustolibs/io/scripts/file_dir_ops.py"
cls.script_upload_path = ("/usr/share/glustolibs/io/scripts/"
"file_dir_ops.py")
- ret = upload_scripts(cls.clients, script_abs_path)
+ ret = upload_scripts(cls.clients, cls.script_upload_path)
if not ret:
raise ExecutionError("Failed to upload IO scripts to clients")