diff options
| author | kshithijiyer <kshithij.ki@gmail.com> | 2020-03-06 18:51:49 +0530 |
|---|---|---|
| committer | Vaibhav Mahajan <vamahaja@redhat.com> | 2020-03-09 08:19:07 +0000 |
| commit | fea99a7f768b58edea4a6ce3198ce3899e4c2eea (patch) | |
| tree | a05e5c0bc27b319c791661cbbbbf67efd20e4aef /tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py | |
| parent | 3877be9b91476bb31abdc5d76347cd6190d41fad (diff) | |
[Testfix] Remove python version dependency(Part 5)
Please refer to commit message of patch [1].
[1] https://review.gluster.org/#/c/glusto-tests/+/24140/
Change-Id: I5319ce497ca3359e0e7dbd9ece481bada1ee2205
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py')
| -rw-r--r-- | tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py b/tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py index ace2f2fb0..f4f082311 100644 --- a/tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py +++ b/tests/functional/glusterd/test_restart_glusterd_while_rebalancing.py @@ -18,7 +18,6 @@ Test restart glusterd while rebalance is in progress """ -import sys from glusto.core import Glusto as g @@ -131,13 +130,12 @@ class TestRestartGlusterdWhileRebalance(GlusterBaseClass): for mount_obj in self.mounts: g.log.info("Starting IO on %s:%s", mount_obj.client_system, mount_obj.mountpoint) - cmd = ("/usr/bin/env python%d %s create_deep_dirs_with_files " + cmd = ("/usr/bin/env python %s create_deep_dirs_with_files " "--dirname-start-num %d " "--dir-depth 4 " "--dir-length 6 " "--max-num-of-dirs 3 " - "--num-of-files 25 %s" % (sys.version_info.major, - self.script_upload_path, + "--num-of-files 25 %s" % (self.script_upload_path, self.counter, mount_obj.mountpoint)) proc = g.run_async(mount_obj.client_system, cmd, |
