test
This commit is contained in:
parent
93de45cb2b
commit
5b85e2462a
|
@ -25,7 +25,7 @@ Start Mockoon
|
|||
... ${MOCKOON_JSON}
|
||||
... --port
|
||||
... 3000
|
||||
Sleep 10s
|
||||
Sleep 20s
|
||||
|
||||
Stop Mockoon
|
||||
Terminate All Processes
|
||||
|
|
|
@ -11,7 +11,7 @@ Test Timeout 120s
|
|||
*** Variables ***
|
||||
${MOCKOON_JSON} ${CURDIR}${/}ansible_tower.json
|
||||
|
||||
${CMD} ${CENTREON_PLUGINS}
|
||||
${cmd} ${CENTREON_PLUGINS}
|
||||
... --plugin=apps::automation::ansible::tower::plugin
|
||||
... --custommode=api
|
||||
... --hostname=${HOSTNAME}
|
||||
|
@ -25,9 +25,10 @@ jobs ${tc}
|
|||
[Documentation] Check the number of returned jobs
|
||||
[Tags] apps automation ansible jobs
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... ${cmd}
|
||||
... --mode=jobs
|
||||
... ${extraoptions}
|
||||
Log ${cmd}
|
||||
${output} Run ${command}
|
||||
${output} Strip String ${output}
|
||||
Should Be Equal As Strings
|
||||
|
|
Loading…
Reference in New Issue