]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ping: Add ATF-Python tests
authorJose Luis Duran <jlduran@gmail.com>
Mon, 20 Feb 2023 10:23:24 +0000 (10:23 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Mon, 20 Feb 2023 10:34:33 +0000 (10:34 +0000)
commit5b8af90fe33274dda4c342ee7727432fdf5501d7
treec4b4edf96f15803c0932b85a5e1e3eff8a8b38f8
parent3d360ca49cf86c6f645e2e75fbfc0dd5b2d83bb8
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]