daq icon indicating copy to clipboard operation
daq copied to clipboard

base.target.ping always passing

Open noursaidi opened this issue 5 years ago • 0 comments

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

noursaidi avatar Oct 06 '20 15:10 noursaidi