From 24fc036d1d7be485b40fb5dbe834d324eba06453 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Jul 2016 15:52:52 +0200 Subject: Fix one pep8 violation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1d57c02bc0e5952bed7f5eb86d0ba602448035e9 Signed-off-by: Cédric Ollivier --- testcases/features/sfc/sfc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/features/sfc/sfc.py') 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}'") -- cgit 1.2.3-korg