X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tests%2Fhardware%2Fhp_baremetal%2Fhp_baremetal.robot;h=09c01c2b4d36d143790bd634f64b9af1c07a073f;hb=d66e018f8de85f9f91e727943b677443ec55a11b;hp=676b1099cb872e84350c35eecc249dc2695a2ad9;hpb=96ca0cb7cc0f1ab18124d289f7d20c882f271928;p=validation.git diff --git a/tests/hardware/hp_baremetal/hp_baremetal.robot b/tests/hardware/hp_baremetal/hp_baremetal.robot index 676b109..09c01c2 100644 --- a/tests/hardware/hp_baremetal/hp_baremetal.robot +++ b/tests/hardware/hp_baremetal/hp_baremetal.robot @@ -32,10 +32,10 @@ Verify cluster connectivity FOR ${node} IN @{nodes} ${output}= Run ping ${node} -c 3 Append To File ${LOGHWHP} ${output}${\n} - Should Contain ${output} 3 packets transmitted, 3 received + Should Contain ${output} 3 packets transmitted, 3 packets received END -Verify hw health status +Verify hardware health status [Documentation] HW health should be ok ${output}= Run curl ${BASE_URI} -k | python -m json.tool | grep -A4 '"System":' Append To File ${LOGHWHP} ${output}${\n}