X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vxlan.py;fp=test%2Ftest_vxlan.py;h=692930eb1f29cb301c00d12159f7e272e559da5f;hb=770a0deaadfb2d26cbc5da05f84578a7bd92e9d2;hp=b292aac4a12c90ab96a9fc99586b955da5b8706f;hpb=76a36e83e39cbf7828a647d8afadfaef642e1c84;p=vpp.git 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])