commit | 5d0e13ca68329148b693536bbadd87b8261f391a | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Mon Dec 24 15:05:07 2012 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Mon Dec 24 15:05:07 2012 -0800 |
tree | 5fb01fea16ff6ffe67f36ae55205657ffa5233c8 | |
parent | d7d3292a587e7450855adbd714f98bf8f5e02d96 [diff] |
pktact: disable no-op test DirectBadPacketBase
diff --git a/tests/pktact.py b/tests/pktact.py index 2f9267b..67aa9bb 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -2046,6 +2046,8 @@ Verify the packet is received at the egress port only """ + priority = -1 # no-op base class + RESULT_MATCH = "MATCH" RESULT_NOMATCH = "NO MATCH" RESULT_ANY = "ANY MATCH"