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

2021-09-17 Thread Numan Siddique
On Wed, Sep 15, 2021 at 10:26 AM Dumitru Ceara wrote: > > Signed-off-by: Dumitru Ceara 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

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

2021-09-15 Thread Dumitru Ceara
Signed-off-by: Dumitru Ceara --- 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])