tests: add some ifquery tests

This commit is contained in:
Ariadne Conill 2020-07-19 04:50:30 -06:00
parent f8242f6ce5
commit 0c3e4c71cf
6 changed files with 47 additions and 1 deletions

2
tests/fixtures/dhcp-eth0.interfaces vendored Normal file
View file

@ -0,0 +1,2 @@
auto eth0
iface eth0 inet dhcp

View file

@ -0,0 +1,4 @@
auto eth0
iface eth0
address 203.0.113.2/24
gateway 203.0.113.1

View file

@ -0,0 +1,4 @@
auto eth0
iface eth0
address 2001:db8:1000:2::2/64
gateway 2001:db8:1000:2::1

6
tests/fixtures/static-eth0.interfaces vendored Normal file
View file

@ -0,0 +1,6 @@
auto eth0
iface eth0
address 203.0.113.2/24
address 2001:db8:1000:2::2/64
gateway 203.0.113.1
gateway 2001:db8:1000:2::1