ping: Require root user for pytests
authorJose Luis Duran <jlduran@gmail.com>
Wed, 11 Oct 2023 13:57:11 +0000 (13:57 +0000)
committerMark Johnston <markj@FreeBSD.org>
Wed, 11 Oct 2023 17:48:28 +0000 (13:48 -0400)
commit4efaf43c6fa76e0daa1ed5ea535d863f15415bf4
treed36a99bb2d829e68c7faea781bb3c8f8250a3d6a
parentb86e4812cce88920cb592bd3b8571572373dbb9c
ping: Require root user for pytests

atf_python may use vnet jails for creating an isolated test environment.
Mark these tests that require root user privileges.

Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/863
sbin/ping/tests/test_ping.py