Fix one pep8 violation
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 11 Jul 2016 13:52:52 +0000 (15:52 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 11 Jul 2016 13:52:52 +0000 (15:52 +0200)
Change-Id: I1d57c02bc0e5952bed7f5eb86d0ba602448035e9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
testcases/features/sfc/sfc.py

index af6f95b..dedf6e4 100644 (file)
@@ -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}'")