tests: add tests for auto interface skipping
This commit is contained in:
parent
ceb82f4fd2
commit
e754e836af
4 changed files with 34 additions and 1 deletions
13
tests/fixtures/teardown-dep-ordering.interfaces
vendored
Normal file
13
tests/fixtures/teardown-dep-ordering.interfaces
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
auto dummy
|
||||
iface dummy
|
||||
link-type dummy
|
||||
|
||||
auto bat
|
||||
iface bat
|
||||
link-type dummy
|
||||
requires dummy
|
||||
|
||||
auto br
|
||||
iface br
|
||||
link-type dummy
|
||||
requires bat
|
||||
Loading…
Add table
Add a link
Reference in a new issue