aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vxlan.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vxlan.py')
-rw-r--r--test/test_vxlan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vxlan.py b/test/test_vxlan.py
index b292aac4a12..692930eb1f2 100644
--- a/test/test_vxlan.py
+++ b/test/test_vxlan.py
@@ -236,7 +236,7 @@ class TestVxlan(BridgeDomain, VppTestCase):
frame = (Ether(src='00:00:00:00:00:02', dst='00:00:00:00:00:01') /
IP(src='4.3.2.1', dst='1.2.3.4') /
UDP(sport=20000, dport=10000) /
- Raw('\xa5' * 1450))
+ Raw(b'\xa5' * 1450))
self.pg1.add_stream([frame])