diff mbox series

[ovs-dev] ovn.at: Skip tests that need tcpdump when it's not installed.

Message ID 20210915142549.26454-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ovn.at: Skip tests that need tcpdump when it's not installed. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Dumitru Ceara Sept. 15, 2021, 2:25 p.m. UTC
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 tests/ovn.at | 2 ++
 1 file changed, 2 insertions(+)

Comments

Numan Siddique Sept. 17, 2021, 8:35 p.m. UTC | #1
On Wed, Sep 15, 2021 at 10:26 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Thanks.  Applied.

Numan

> ---
>  tests/ovn.at | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tests/ovn.at b/tests/ovn.at
> index 30625ec37..dc6569008 100644
> --- a/tests/ovn.at
> +++ b/tests/ovn.at
> @@ -12180,6 +12180,7 @@ AT_CLEANUP
>
>  OVN_FOR_EACH_NORTHD([
>  AT_SETUP([localport suppress gARP])
> +AT_SKIP_IF([test $HAVE_TCPDUMP = no])
>  ovn_start
>
>  send_garp() {
> @@ -12252,6 +12253,7 @@ AT_CLEANUP
>
>  OVN_FOR_EACH_NORTHD([
>  AT_SETUP([localport doesn't suppress ARP directed to external port])
> +AT_SKIP_IF([test $HAVE_TCPDUMP = no])
>
>  ovn_start
>  net_add n1
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index 30625ec37..dc6569008 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -12180,6 +12180,7 @@  AT_CLEANUP
 
 OVN_FOR_EACH_NORTHD([
 AT_SETUP([localport suppress gARP])
+AT_SKIP_IF([test $HAVE_TCPDUMP = no])
 ovn_start
 
 send_garp() {
@@ -12252,6 +12253,7 @@  AT_CLEANUP
 
 OVN_FOR_EACH_NORTHD([
 AT_SETUP([localport doesn't suppress ARP directed to external port])
+AT_SKIP_IF([test $HAVE_TCPDUMP = no])
 
 ovn_start
 net_add n1