From dcb15dc1e6bda61611f7fd32c1e064fb85951d42 Mon Sep 17 00:00:00 2001 From: Timothy Asir Jeyasingh Date: Tue, 24 Jun 2014 14:36:50 +0530 Subject: Fix pep8 errors Change-Id: I0d41725a02636228bc613b40c1b4d2d57a35e3e3 Signed-off-by: Timothy Asir Jeyasingh Reviewed-on: http://review.gluster.org/8159 Tested-by: Timothy Asir Reviewed-by: Shubhendu Tripathi --- tests/check_proc_test_data.py | 2 +- tests/testValidation.py | 2 +- tests/testrunner.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/check_proc_test_data.py b/tests/check_proc_test_data.py index 6fa8a7f..2c59cfa 100644 --- a/tests/check_proc_test_data.py +++ b/tests/check_proc_test_data.py @@ -93,7 +93,7 @@ nfsEnabled2 = {'rep1': {'brickCount': '2', 'volumeStatus': 'ONLINE', 'volumeType': 'REPLICATE'}} -#NFS enabled using set option +# NFS enabled using set option nfsEnabled3 = {'vol1': {'brickCount': '3', 'bricks': ['10.70.43.33:/bricks/b1', '10.70.43.33:/bricks/my-vol1-b2.new', diff --git a/tests/testValidation.py b/tests/testValidation.py index b46c9f8..e9d6677 100644 --- a/tests/testValidation.py +++ b/tests/testValidation.py @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -## This framework is mostly copied from vdsm test framework +# This framework is mostly copied from vdsm test framework import os from nose.plugins.skip import SkipTest diff --git a/tests/testrunner.py b/tests/testrunner.py index 1ee7e35..97aedaf 100644 --- a/tests/testrunner.py +++ b/tests/testrunner.py @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -## This framework is mostly copied from vdsm test framework +# This framework is mostly copied from vdsm test framework import logging import sys -- cgit