[docker] Renamed hw layer to hardware
[validation.git] / tests / hardware / hp_baremetal / hp_baremetal.robot
index 676b109..09c01c2 100644 (file)
@@ -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}