test: Fix issues with new version of pycodestyle (VPP-1232) 70/11670/1
authorChris Luke <chrisy@flirble.org>
Tue, 10 Apr 2018 19:19:54 +0000 (15:19 -0400)
committerChris Luke <chris_luke@comcast.com>
Tue, 10 Apr 2018 19:21:59 +0000 (19:21 +0000)
commitd042194b4bb0512a81924068013ed4e48f021a2b
treeeed9c7753257af4af9676612fed3020b1cf9c201
parente3ae09f8a317747249518afa952dbd36287b5e9a
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 <chrisy@flirble.org>
test/Makefile
test/test_acl_plugin.py
test/vpp_papi_provider.py