From 93f31102f8404b52b58a98e46c9c1c8eea7e2e67 Mon Sep 17 00:00:00 2001 From: selias Date: Tue, 21 Feb 2017 11:51:01 +0100 Subject: HC Test: update plugin-ACL tests - improve packet trace logging after each test - suppress IPv6RA on VPP because it interfered with ipv6 test cases - do not use fictional destination MAC address, doesn't work in VIRL - ignore errors when logging configuration - should not fail the test Change-Id: I16a3321670d4c2fa8f6434dc4badd243b7e4f9fc Signed-off-by: selias --- resources/libraries/python/Classify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/Classify.py') diff --git a/resources/libraries/python/Classify.py b/resources/libraries/python/Classify.py index d0a5804bf8..e4fa2a3087 100644 --- a/resources/libraries/python/Classify.py +++ b/resources/libraries/python/Classify.py @@ -375,7 +375,7 @@ class Classify(object): try: VatExecutor.cmd_from_template( node, "acl_plugin/acl_dump.vat") - except ValueError: + except (ValueError, RuntimeError): # Fails to parse JSON data in response, but it is still logged pass -- cgit 1.2.3-korg