test: Fix issues with new version of pycodestyle (VPP-1232) 69/11669/1
authorChris Luke <chrisy@flirble.org>
Tue, 10 Apr 2018 19:19:54 +0000 (15:19 -0400)
committerChris Luke <chrisy@flirble.org>
Tue, 10 Apr 2018 19:19:54 +0000 (15:19 -0400)
commit9c4ae7f6d0995f06df12e2ad8c586537da16f0ae
tree2887b59a6cd974faafb69060c661d616b82e1fab
parent1286a15a6e60f80b0e1b349f876de8fa38c71368
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