summaryrefslogtreecommitdiffstats
path: root/test/test_vxlan6.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vxlan6.py')
-rw-r--r--test/test_vxlan6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vxlan6.py b/test/test_vxlan6.py
index 36e2f26e62f..09a99604311 100644
--- a/test/test_vxlan6.py
+++ b/test/test_vxlan6.py
@@ -258,7 +258,7 @@ class TestVxlan6(BridgeDomain, VppTestCase):
reassembled = util.reassemble4(payload)
- self.assertEqual(Ether(raw(frame))[IP], reassembled[IP])
+ self.assertEqual(Ether(bytes(frame))[IP], reassembled[IP])
"""
Tests with default port (4789)