[ovs-dev] [PATCH ovn 2/6] northd: fix unsampled drops and unit test

2022-12-19 Thread Adrian Moreno
Some drops were left unsampled and a change in IFS made the test fail to detect them. This patch fixes it. Fixes: a42c808f30b4 ("northd: add drop sampling") Signed-off-by: Adrian Moreno --- northd/northd.c | 17 ++--- tests/ovn.at| 7 +-- 2 files changed, 15 insertions(+), 9

Re: [ovs-dev] [PATCH ovn 2/6] northd: fix unsampled drops and unit test

2023-01-06 Thread Mark Michelson
Acked-by: Mark Michelson On 12/19/22 11:18, Adrian Moreno wrote: Some drops were left unsampled and a change in IFS made the test fail to detect them. This patch fixes it. Fixes: a42c808f30b4 ("northd: add drop sampling") Signed-off-by: Adrian Moreno --- northd/northd.c | 17 ++-

Re: [ovs-dev] [PATCH ovn 2/6] northd: fix unsampled drops and unit test

2023-01-06 Thread Mark Michelson
Acked-by: Mark Michelson On 12/19/22 11:18, Adrian Moreno wrote: Some drops were left unsampled and a change in IFS made the test fail to detect them. This patch fixes it. Fixes: a42c808f30b4 ("northd: add drop sampling") Signed-off-by: Adrian Moreno --- northd/northd.c | 17 ++-