tests: add mock executor
This commit is contained in:
parent
cf8ae46ca0
commit
fa0a0d7f79
2 changed files with 4 additions and 0 deletions
1
tests/executors/dhcp
Symbolic link
1
tests/executors/dhcp
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
mock-executor
|
3
tests/executors/mock-executor
Executable file
3
tests/executors/mock-executor
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo $0 ${MODE}
|
Loading…
Reference in a new issue