2016-12-20 13:28 GMT-08:00 Joe Stringer <[email protected]>: > Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Daniele Di Proietto <[email protected]> > --- > tests/system-ovn.at | 2 ++ > tests/system-traffic.at | 3 +++ > 2 files changed, 5 insertions(+) > > diff --git a/tests/system-ovn.at b/tests/system-ovn.at > index 7b35e84a43d2..022dc63f22c2 100644 > --- a/tests/system-ovn.at > +++ b/tests/system-ovn.at > @@ -1,3 +1,5 @@ > +AT_BANNER([system-ovn]) > + > AT_SETUP([ovn -- 2 LRs connected via LS, gateway router, SNAT and DNAT]) > AT_KEYWORDS([ovnnat]) > > diff --git a/tests/system-traffic.at b/tests/system-traffic.at > index 803b00850511..14fbf4518fdf 100644 > --- a/tests/system-traffic.at > +++ b/tests/system-traffic.at > @@ -604,6 +604,8 @@ AT_CHECK([ovs-ofctl dump-flows br0 | grep "in_port=4" | > ofctl_strip], [0], [dnl > OVS_TRAFFIC_VSWITCHD_STOP > AT_CLEANUP > > +AT_BANNER([conntrack]) > + > AT_SETUP([conntrack - controller]) > CHECK_CONNTRACK() > OVS_TRAFFIC_VSWITCHD_START() > @@ -2182,6 +2184,7 @@ NXST_FLOW reply: > OVS_TRAFFIC_VSWITCHD_STOP > AT_CLEANUP > > +AT_BANNER([conntrack - NAT]) > > AT_SETUP([conntrack - simple SNAT]) > CHECK_CONNTRACK() > -- > 2.10.2 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
