This commit is contained in:
sfarouq-ext 2024-07-16 20:58:36 +02:00
parent 93de45cb2b
commit 5b85e2462a
2 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Start Mockoon
... ${MOCKOON_JSON} ... ${MOCKOON_JSON}
... --port ... --port
... 3000 ... 3000
Sleep 10s Sleep 20s
Stop Mockoon Stop Mockoon
Terminate All Processes Terminate All Processes

View File

@ -11,7 +11,7 @@ Test Timeout 120s
*** Variables *** *** Variables ***
${MOCKOON_JSON} ${CURDIR}${/}ansible_tower.json ${MOCKOON_JSON} ${CURDIR}${/}ansible_tower.json
${CMD} ${CENTREON_PLUGINS} ${cmd} ${CENTREON_PLUGINS}
... --plugin=apps::automation::ansible::tower::plugin ... --plugin=apps::automation::ansible::tower::plugin
... --custommode=api ... --custommode=api
... --hostname=${HOSTNAME} ... --hostname=${HOSTNAME}
@ -25,9 +25,10 @@ jobs ${tc}
[Documentation] Check the number of returned jobs [Documentation] Check the number of returned jobs
[Tags] apps automation ansible jobs [Tags] apps automation ansible jobs
${command} Catenate ${command} Catenate
... ${CMD} ... ${cmd}
... --mode=jobs ... --mode=jobs
... ${extraoptions} ... ${extraoptions}
Log ${cmd}
${output} Run ${command} ${output} Run ${command}
${output} Strip String ${output} ${output} Strip String ${output}
Should Be Equal As Strings Should Be Equal As Strings