tests: python3 use byte strings in raw()
[vpp.git] / src / plugins / flowprobe / test / test_flowprobe.py
index 445ec6d..70b3acb 100644 (file)
@@ -417,7 +417,7 @@ class Flowprobe(MethodHolder):
                             src=self.pg7.remote_mac) /
                       IP(src=self.pg7.remote_ip4, dst="9.0.0.100") /
                       TCP(sport=1234, dport=4321, flags=80) /
-                      Raw('\xa5' * 100))]
+                      Raw(b'\xa5' * 100))]
 
         nowUTC = int(time.time())
         nowUNIX = nowUTC+2208988800