daq
daq copied to clipboard
base.target.ping always passing
The base.target.ping test seems to always pass even when a device is unreachable or drops ping requests.
It seems to be this line, where local_status=fail && status=fail portion doesnt run even when the exit code of ping is not zero.
https://github.com/faucetsdn/daq/blob/ccde0e4f7599ab4edc504b8b69e5b6a0d83ea16f/subset/ping/test_ping#L71