atf_python: Do not attempt to automatically delete lo0
authorJose Luis Duran <jlduran@gmail.com>
Thu, 12 Oct 2023 13:15:15 +0000 (13:15 +0000)
committerMark Johnston <markj@FreeBSD.org>
Fri, 13 Oct 2023 19:31:30 +0000 (15:31 -0400)
commit2e620256bd76c449c835c604e404483437743011
tree87cfd0576f8b2f2c2f572849811466bf8b77ac2b
parentedd2a9b887864d07ac5af480b4b8f35cb76443f6
atf_python: Do not attempt to automatically delete lo0

Else `ifconfig lo0 destroy` will throw an:

    ifconfig: SIOCIFDESTROY: Invalid argument

Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/865
tests/atf_python/sys/net/vnet.py