tests: Fix vlan_explicit_depend_body.
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
aa3e94acf8
commit
4a05010539
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ vlan_guessed_post_down_body() {
|
||||||
}
|
}
|
||||||
|
|
||||||
vlan_explicit_depend_body() {
|
vlan_explicit_depend_body() {
|
||||||
export IFACE=servers PHASE=up MOCK=echo \
|
export IFACE=servers PHASE=depend \
|
||||||
IF_VLAN_RAW_DEVICE="eth0" IF_VLAN_ID="123"
|
IF_VLAN_RAW_DEVICE="eth0" IF_VLAN_ID="123"
|
||||||
atf_check -s exit:0 -o match:'eth0' \
|
atf_check -s exit:0 -o match:'eth0' \
|
||||||
${EXECUTOR}
|
${EXECUTOR}
|
||||||
|
|
Loading…
Reference in a new issue