diff mbox

[ovs-dev,3/5] system-traffic: Add banners for ct sections.

Message ID 20161220212829.19947-3-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer Dec. 20, 2016, 9:28 p.m. UTC
Signed-off-by: Joe Stringer <joe@ovn.org>
---
 tests/system-ovn.at     | 2 ++
 tests/system-traffic.at | 3 +++
 2 files changed, 5 insertions(+)

Comments

Daniele Di Proietto Dec. 22, 2016, 1:05 a.m. UTC | #1
2016-12-20 13:28 GMT-08:00 Joe Stringer <joe@ovn.org>:
> Signed-off-by: Joe Stringer <joe@ovn.org>

Acked-by: Daniele Di Proietto <diproiettod@vmware.com>

> ---
>  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
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox

Patch

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()