From 0bd2cb3b693e086ae683d4dcb27a833eaf8e41dd Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 16 Mar 2015 00:31:32 -0400 Subject: [PATCH] Fix pep8 violations in statistics_manager.py Change-Id: If4c03ff010cfb18f442d30c30ee5f8cd4d4f5bc7 Signed-off-by: Thanh Ha --- test/tools/CSIT_Test/base/modules/statistics_manager.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/tools/CSIT_Test/base/modules/statistics_manager.py b/test/tools/CSIT_Test/base/modules/statistics_manager.py index 0f40cc9526..e24721636e 100644 --- a/test/tools/CSIT_Test/base/modules/statistics_manager.py +++ b/test/tools/CSIT_Test/base/modules/statistics_manager.py @@ -7,7 +7,7 @@ Updated: 2013-11-01 import sys sys.path.append('..') -from restlib import * +from restlib import * # noqa from testmodule import TestModule sys.path.remove('..') @@ -16,7 +16,8 @@ sys.path.remove('..') class StatisticsManager(TestModule): """ Test for the statistics manager. - Start 2-layer tree topology network. e.g., in Mininet, run 'sudo mn --controller=remote,ip=127.0.0.1 --mac --topo tree,2' + Start 2-layer tree topology network. e.g., in Mininet, run + 'sudo mn --controller=remote,ip=127.0.0.1 --mac --topo tree,2' """ def __init__(self, restSubContext='/controller/nb/v2/statistics', user=DEFAULT_USER, password=DEFAULT_PWD, -- 2.36.6