tests: beginning of tests using Docker

This commit is contained in:
2025-07-04 09:02:27 -05:00
parent 7be2679b91
commit 305b504ca1
52 changed files with 1423 additions and 521 deletions

View File

@ -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