These tests add interfaces to the host even though most of the tests
themselves run in a VNET jail. scapy in particular becomes unhappy when
the list of interfaces changes as it is running, so, to improve
reliability of parallel test runs, isolate tests which add epairs to the
host.
Also serialize arp tests, as they examine the dmesg as part of the test.
The list of modified tests is not exhaustive, it was determined by
running the test suite with parallelization enabled and looking at
failures.