]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add tests for "add", "change" and "delete" functionality of /sbin/route.
authorthj <thj@FreeBSD.org>
Wed, 22 Jul 2020 13:49:54 +0000 (13:49 +0000)
committerthj <thj@FreeBSD.org>
Wed, 22 Jul 2020 13:49:54 +0000 (13:49 +0000)
commit36ae2ebd15f9e6f27f33bb672d25a3d9dd427792
tree09470d278075304cef4acdf08cd63a1bff4548b9
parentab6c7929bb9d231050770ca5228f1faed3e85117
Add tests for "add", "change" and "delete" functionality of /sbin/route.

Add tests to cover "add", "change" and "delete" functionality of /sbin/route
for ipv4 and ipv6. These tests for the existing route tool are the first step
towards creating libroute.

Submitted by:   Ahsan Barkati
Sponsored by:   Google, Inc. (GSoC 2020)
Reviewed by:    kp, thj
Approved by:    bz (mentor)
MFC after:      1 month
Differential Revision:  https://reviews.freebsd.org/D25220
etc/mtree/BSD.tests.dist
sbin/route/Makefile
sbin/route/tests/Makefile [new file with mode: 0644]
sbin/route/tests/basic.sh [new file with mode: 0644]
sbin/route/tests/utils.subr [new file with mode: 0644]