]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add tests for "add", "change" and "delete" functionality of /sbin/route.
authorTom Jones <thj@FreeBSD.org>
Wed, 22 Jul 2020 13:49:54 +0000 (13:49 +0000)
committerTom Jones <thj@FreeBSD.org>
Wed, 22 Jul 2020 13:49:54 +0000 (13:49 +0000)
commit3b01bf881c848ba0be72fc74ba5eaa58c66c35e1
tree09470d278075304cef4acdf08cd63a1bff4548b9
parent9af25ea3bb5e84846eeb9f39a064bd0a31851cb6
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]