[test] add pseudo test for v6_udp -> v4_udp
This commit is contained in:
parent
fe9d169bef
commit
39f2f8aa13
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
host = "h1"
|
||||||
dst_ipv6 = ipaddress.ip_address("2001:db8::42")
|
dst_ipv6 = ipaddress.ip_address("2001:db8::42")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue