aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_vlib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_vlib.py b/test/test_vlib.py
index eedfb2fff89..33dc602cf2a 100644
--- a/test/test_vlib.py
+++ b/test/test_vlib.py
@@ -170,8 +170,8 @@ class TestVlib(VppTestCase):
""" Vlib format.c Code Coverage Test """
cmds = ["loopback create",
- "classify filter pcap mask l2 proto ipv6 match l2 proto 86dd",
- "classify filter del",
+ "classify filter pcap mask l2 proto match l2 proto 0x86dd",
+ "classify filter pcap del",
"test format-vlib",
]