On Wed, Feb 22, 2023 at 10:35:25PM -0800, Han Zhou wrote: Please add a patch description here.
> Signed-off-by: Han Zhou <[email protected]> > --- > tests/atlocal.in | 3 + > tests/system-ovn.at | 146 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 149 insertions(+) ... > +NS_EXEC([ns_ls1p1], [arping -U -c 1 -w 2 -I ls1p1 -s 10.0.0.88 10.0.0.88]) I ran into a problem with this when exercising the tests on Ubuntu 22.10. When the arping package is installed then -s expects a MAC address whereas -S expects an ip/hostname. This causes the tests to fail. By changing -s to -S here, and for the other invocation of arping, below, I was able to run the tests successfully for both check-kernel and check-system-userspace :) When, instead, arping is supplied by the iputils-arping package, then the new tests work unmodified. I am not sure what, if anything, we wish to do about such compatibility issues. But, FWIIW, I believe noticed a similar problem involving nc not so long ago, although I do not recall specifically in which environment or which alternate packages. ... _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
