aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip6.py
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-04-03 12:31:42 -0400
committerDave Wallace <dwallacelf@gmail.com>2024-04-03 14:10:47 -0400
commit940a70fff474014b782e884882a85e290ff98494 (patch)
treeb5c66442fcdd8f522aedff7c62ae712858dec176 /test/test_ip6.py
parentb48325100babf57118f3996b5584594050e0cf13 (diff)
tests: upgrade python packages
Type: test Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/test_ip6.py')
-rw-r--r--test/test_ip6.py2
1 files changed, 1 insertions, 1 deletions
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)
]