< Project:Perl < maint-notes < dev-perl

Project:Perl/maint-notes/dev-perl/Net-ARP

Testing

This module needs the ability to create (sometimes bogus) ARP packets via kernel interfaces that are privileged to root only.

To test these aspects, you should choose an ethernet device to use for ARP messages, and pass it via ENV as follows:

CODE
TEST_ARP_IF="eth0"

And probably run it with

CODE
FEATURES="-userpriv -network-sandbox"
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.