diff --git a/tests/apps/automation/ansible/tower/jobs.robot b/tests/apps/automation/ansible/tower/jobs.robot index d7c57281d..7c5785560 100644 --- a/tests/apps/automation/ansible/tower/jobs.robot +++ b/tests/apps/automation/ansible/tower/jobs.robot @@ -33,7 +33,7 @@ jobs ${tc} Examples: tc extraoptions expected_result -- ... 1 --filter-name='' OK: Jobs total: 4, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=4;;;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4 - ... 2 --filter-name=First job OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2 + ... 2 --filter-name='First job' OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2 ... 3 --filter-name=toto --critical-total=1:1 CRITICAL: Jobs total: 0 | 'jobs.total.count'=0;;1:1;0; 'jobs.successful.count'=0;;;0;0 'jobs.failed.count'=0;;;0;0 'jobs.running.count'=0;;;0;0 'jobs.canceled.count'=0;;;0;0 'jobs.pending.count'=0;;;0;0 'jobs.default.count'=0;;;0;0 ... 4 --filter-name='' --critical-total=1:1 CRITICAL: Jobs total: 4 | 'jobs.total.count'=4;;1:1;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4 ... 5 --filter-name='' --critical-total=4:4 OK: Jobs total: 4, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=4;;4:4;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4 diff --git a/tests/network/cisco/meraki/cloudcontroller/restapi/vpntunnels.robot b/tests/network/cisco/meraki/cloudcontroller/restapi/vpntunnels.robot index 76bee9c50..7acb09f92 100644 --- a/tests/network/cisco/meraki/cloudcontroller/restapi/vpntunnels.robot +++ b/tests/network/cisco/meraki/cloudcontroller/restapi/vpntunnels.robot @@ -27,7 +27,6 @@ Create cache from API ... OK: Cache files created successfully ... Wrong output result:\n\n ${output}\nInstead of:\n OK: Cache files created successfully\n\n # Mockoon is not needed any longer since the data are cached - Stop Mockoon vpn-tunnels ${tc} [Tags] meraki api vpn network diff --git a/tests/storage/hp/alletra/restapi/hpe-alletra-listdisks.robot b/tests/storage/hp/alletra/restapi/hpe-alletra-listdisks.robot index b4ba4a013..7f37abf2a 100644 --- a/tests/storage/hp/alletra/restapi/hpe-alletra-listdisks.robot +++ b/tests/storage/hp/alletra/restapi/hpe-alletra-listdisks.robot @@ -28,7 +28,7 @@ ListDisks ${tc} ... ${CMD} ... ${extra_options} - Ctn Run Command And Check Result As Regexp ${command} ${expected_regexp} + Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_regexp} Examples: tc extraoptions expected_regexp -- diff --git a/tests/storage/hp/alletra/restapi/hpe-alletra-listvolumes.robot b/tests/storage/hp/alletra/restapi/hpe-alletra-listvolumes.robot index ac074f4ca..6579eb6b1 100644 --- a/tests/storage/hp/alletra/restapi/hpe-alletra-listvolumes.robot +++ b/tests/storage/hp/alletra/restapi/hpe-alletra-listvolumes.robot @@ -28,7 +28,7 @@ ListVolumes ${tc} ... ${CMD} ... ${extra_options} - Ctn Run Command And Check Result As Regexp ${command} ${expected_regexp} + Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_regexp} Examples: tc extraoptions expected_regexp --