From: Cédric Ollivier Date: Mon, 11 Jul 2016 13:52:52 +0000 (+0200) Subject: Fix one pep8 violation X-Git-Tag: colorado.1.0~260 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F16681%2F1;p=functest.git Fix one pep8 violation Change-Id: I1d57c02bc0e5952bed7f5eb86d0ba602448035e9 Signed-off-by: Cédric Ollivier --- diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index af6f95bf2..dedf6e448 100644 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -68,7 +68,7 @@ def main(): logger.info("Using old image") # Allow any port so that tacker commands reaches the server. -#CHECK IF THIS STILL MAKES SENSE WHEN TACKER IS INCLUDED IN OPNFV INSTALATION +# CHECK IF THIS STILL MAKES SENSE WHEN TACKER IS INCLUDED IN OPNFV INSTALATION controller_command = ("sshpass -p r00tme ssh root@10.20.0.2" " 'fuel node'|grep controller|awk '{print $10}'")