diff options
author | Apeksha D Khakharia <akhakhar@redhat.com> | 2016-06-26 16:28:52 +0530 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2016-06-26 10:47:55 -0700 |
commit | 1569b5138e2a482bcd880ca0f5e7b1509a07bea4 (patch) | |
tree | 15b7865a77813f5b33d66f45f7d7e5f37f14992f /tests | |
parent | 453709554c1b870883e34fd11bd9f845fbb53368 (diff) |
distaf: minor import changes in ganesha.py
Change-Id: I8bcb9056c1087dce54bc3ed6c967dfb444521236
BUG: 1350188
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
Reviewed-on: http://review.gluster.org/14799
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: ShwethaHPanduranga
Tested-by: ShwethaHPanduranga
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/distaf/distaf_libs/distaflibs-gluster/distaflibs/gluster/ganesha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/distaf/distaf_libs/distaflibs-gluster/distaflibs/gluster/ganesha.py b/tests/distaf/distaf_libs/distaflibs-gluster/distaflibs/gluster/ganesha.py index 8785bb3880e..7e58077eb23 100644 --- a/tests/distaf/distaf_libs/distaflibs-gluster/distaflibs/gluster/ganesha.py +++ b/tests/distaf/distaf_libs/distaflibs-gluster/distaflibs/gluster/ganesha.py @@ -26,7 +26,7 @@ import time import socket from collections import OrderedDict from distaf.util import tc -from distaflibs.gluster.volume_ops import get_volume_info, setup_meta_vol +from distaflibs.gluster.volume_ops import get_volume_info from distaflibs.gluster.peer_ops import (peer_probe_servers, nodes_from_pool_list) |