test
This commit is contained in:
parent
93de45cb2b
commit
5b85e2462a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue