]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ping: Add ATF-Python tests
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Mon, 20 Feb 2023 10:23:24 +0000 (10:23 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Mon, 20 Feb 2023 10:31:38 +0000 (10:31 +0000)
commit0343e90f39e0eb2c0f9c3c9271db372cf9d9f454
treec4b4edf96f15803c0932b85a5e1e3eff8a8b38f8
parent828d3c6c4cc0b782e16abb1ae18023734a0b710f
ping: Add ATF-Python tests

ping(8) is an old utility, which has received many changes and updates through the years.
Some of these changes may have introduced small bugs, in part due to the lack of tests.
Attempt to remedy the current situation by introducing a way to easily add tests.

Differential Revision: https://reviews.freebsd.org/D38053
sbin/ping/tests/Makefile
sbin/ping/tests/test_ping.py [new file with mode: 0644]