summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDarshan N <dnarayan@redhat.com>2015-08-05 18:00:28 +0530
committerSahina Bose <sabose@redhat.com>2015-08-16 22:58:00 -0700
commitd3b772cfc6b9e4442988540447a003e3ce4410e3 (patch)
tree111002cc18efd7fe4bacb4be3d48214f8f2425a7 /tests
parentd040cb45469d64fa7534247f9568b48b28114c3f (diff)
server-addons: pep8 fixes.
Change-Id: I920ed33f0e257dd741d1c6df39b46efebe9abd02 Signed-off-by: Darshan N <dnarayan@redhat.com> Reviewed-on: http://review.gluster.org/11836 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_network_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_network_utils.py b/tests/test_network_utils.py
index f379e0c..7619cb3 100644
--- a/tests/test_network_utils.py
+++ b/tests/test_network_utils.py
@@ -48,7 +48,7 @@ class TestNetworkUtils(TestCaseBase):
network_utils.ethtool.get_ipaddr = self.mockGetIpAddr
network_utils.socket.gethostbyname_ex = self.mockGethostbyname_ex
- #Methods to test validateHostAddress(address)
+ # Methods to test validateHostAddress(address)
def testValidateHostAddressWithEmptyAddress(self):
self.setUpMocks()
validationMsg = network_utils.validateHostAddress(None)