tests: beginning of tests using Docker
This commit is contained in:
@ -2,10 +2,18 @@ commands:
|
||||
echoTestFail:
|
||||
cmd: ech
|
||||
shell: bash
|
||||
Args: hello world
|
||||
Args:
|
||||
- hello world
|
||||
hooks:
|
||||
error:
|
||||
- errorCmd
|
||||
final:
|
||||
- finalCmd
|
||||
|
||||
finalCmd:
|
||||
cmd: echo
|
||||
Args:
|
||||
- "echo test fail"
|
||||
|
||||
errorCmd:
|
||||
name: get docker version
|
||||
@ -14,4 +22,11 @@ commands:
|
||||
outputToLog: true
|
||||
Args:
|
||||
- "-v"
|
||||
host: email-svr
|
||||
host: email-svr
|
||||
|
||||
cmdLists:
|
||||
TestHooks:
|
||||
output:
|
||||
onFailure: true
|
||||
order:
|
||||
- echoTestFail
|
Reference in New Issue
Block a user