From 940a70fff474014b782e884882a85e290ff98494 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 3 Apr 2024 12:31:42 -0400 Subject: tests: upgrade python packages Type: test Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc Signed-off-by: Dave Wallace --- test/test_ip6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_ip6.py') diff --git a/test/test_ip6.py b/test/test_ip6.py index 87509f3f8e1..a1cd943570c 100644 --- a/test/test_ip6.py +++ b/test/test_ip6.py @@ -248,7 +248,7 @@ class TestIPv6(TestIPv6ND): # create 2 subinterfaces for p1 and pg2 self.sub_interfaces = [ VppDot1QSubint(self, self.pg1, 100), - VppDot1QSubint(self, self.pg2, 200) + VppDot1QSubint(self, self.pg2, 200), # TODO: VppDot1ADSubint(self, self.pg2, 200, 300, 400) ] -- cgit 1.2.3-korg