tests: add wireguard tests

This commit is contained in:
Ariadne Conill 2020-09-04 13:10:57 -06:00
parent f32481deb9
commit acb555b75a
4 changed files with 52 additions and 1 deletions

9
tests/fixtures/wireguard.interfaces vendored Normal file
View file

@ -0,0 +1,9 @@
iface eth0
address 203.0.113.2/24
gateway 203.0.113.1
auto wg0
iface wg0
use wireguard
address 1.2.3.4/24
requires eth0