[test] add pseudo test for v6_udp -> v4_udp

This commit is contained in:
Nico Schottelius 2019-04-11 10:42:28 +02:00
parent fe9d169bef
commit 39f2f8aa13
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ class TestStuff(object):
"""
"""
print('mx h3 "echo V4-OK | socat - UDP-LISTEN:2342"')
print('mx h1 "echo V6-OK | socat - UDP6:[2001:db8:1::a00:1]:2342"')
return
host = "h1"
dst_ipv6 = ipaddress.ip_address("2001:db8::42")