Re: [ovs-dev] IPsec/test: skip the test if tcpdump are not installed

2022-03-20 Thread Aaron Conole
Mohammad Heib writes: > IPsec unit tests uses tcpdump to capture and validate the ESP > traffic so the test must be skipped in environment that don't > have the tcpdump tool installed. > > Signed-off-by: Mohammad Heib > --- > tests/system-ipsec.at | 7 --- > 1 file changed, 4

Re: [ovs-dev] IPsec/test: skip the test if tcpdump are not installed

2022-03-18 Thread Mike Pattrick
On Thu, Mar 17, 2022 at 7:36 AM Mohammad Heib wrote: > > IPsec unit tests uses tcpdump to capture and validate the ESP > traffic so the test must be skipped in environment that don't > have the tcpdump tool installed. > > Signed-off-by: Mohammad Heib Doesn't system-traffic.at also use tcpdump?

[ovs-dev] IPsec/test: skip the test if tcpdump are not installed

2022-03-17 Thread Mohammad Heib
IPsec unit tests uses tcpdump to capture and validate the ESP traffic so the test must be skipped in environment that don't have the tcpdump tool installed. Signed-off-by: Mohammad Heib --- tests/system-ipsec.at | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git