tests: add a set of more complicated dependency learning tests

This commit is contained in:
Ariadne Conill 2020-07-29 02:33:00 -06:00
parent edfb91c05f
commit 2be1fa5b0b
5 changed files with 40 additions and 3 deletions

View file

@ -0,0 +1,4 @@
eth0=eth0
eth1=eth1
bond0=bond0
br0=br0

View file

@ -0,0 +1,7 @@
iface br0
use mock-dependency-generator
mock-depends bond0
iface bond0
use mock-dependency-generator
mock-depends eth0 eth1