tests: add mock vlan executor and vlan fixture
This commit is contained in:
parent
072c1ea148
commit
b27caaedf6
2 changed files with 9 additions and 0 deletions
7
tests/executors/vlan
Executable file
7
tests/executors/vlan
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
case "$PHASE" in
|
||||
depend)
|
||||
RAW_DEVICE="${IFACE%.*}"
|
||||
echo "$RAW_DEVICE"
|
||||
;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue