From d042194b4bb0512a81924068013ed4e48f021a2b Mon Sep 17 00:00:00 2001 From: Chris Luke Date: Tue, 10 Apr 2018 15:19:54 -0400 Subject: test: Fix issues with new version of pycodestyle (VPP-1232) - Ignore warnings W504 (newline after binary operator) which otherwise occurs a significant number of times. - Fix two instances of lines >79 chars. Change-Id: I8cef56f8afc237187995e638e610c8c0554e2bb5 Signed-off-by: Chris Luke --- test/test_acl_plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_acl_plugin.py') diff --git a/test/test_acl_plugin.py b/test/test_acl_plugin.py index 376c4d81b87..b2d97565d56 100644 --- a/test/test_acl_plugin.py +++ b/test/test_acl_plugin.py @@ -1093,7 +1093,8 @@ class TestACLplugin(VppTestCase): self.logger.info("ACLP_TEST_FINISH_0020") def test_0021_udp_deny_port_verify_fragment_deny(self): - """ deny single UDPv4/v6, permit ip any, verify non-initial fragment blocked + """ deny single UDPv4/v6, permit ip any, verify non-initial fragment + blocked """ self.logger.info("ACLP_TEST_START_0021") -- cgit 1.2.3-korg