netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / tests / tunnel-push-pop-ipv6.at
1 AT_BANNER([tunnel_push_pop_ipv6])
2
3 AT_SETUP([tunnel_push_pop_ipv6 - action])
4
5 OVS_VSWITCHD_START([add-port br0 p0 -- set Interface p0 type=dummy ofport_request=1 other-config:hwaddr=aa:55:aa:55:00:00])
6 AT_CHECK([ovs-vsctl add-br int-br -- set bridge int-br datapath_type=dummy], [0])
7 AT_CHECK([ovs-vsctl add-port int-br t2 -- set Interface t2 type=vxlan \
8                        options:remote_ip=2001:cafe::92 options:key=123 ofport_request=2\
9                     -- add-port int-br t1 -- set Interface t1 type=gre \
10                        options:remote_ip=2001:cafe::92 options:key=456 ofport_request=3\
11                     -- add-port int-br t3 -- set Interface t3 type=vxlan \
12                        options:remote_ip=2001:cafe::93 options:out_key=flow options:csum=true ofport_request=4\
13                        ], [0], [], [dnl
14 ovs-vsctl: Error detected while setting up 't2', 't1', 't3'.  See ovs-vswitchd log for details.
15 ])
16
17 OVS_VSWITCHD_STOP(["/remote_ip/d
18 /could not set configuration/d"])
19 AT_CLEANUP