From 74b5b7a6e1a1e463c31b2b60ec3f2db604db9b22 Mon Sep 17 00:00:00 2001 From: Naga Sugguna Date: Tue, 25 Jun 2019 10:24:13 -0500 Subject: [PATCH] fix: hp_baremetal ping Change-Id: Ib100994e543311b1ec7b5916b6a1874ec4e0f320 Signed-off-by: Naga Sugguna --- tests/hardware/hp_baremetal/hp_baremetal.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hardware/hp_baremetal/hp_baremetal.robot b/tests/hardware/hp_baremetal/hp_baremetal.robot index 676b109..267cdff 100644 --- a/tests/hardware/hp_baremetal/hp_baremetal.robot +++ b/tests/hardware/hp_baremetal/hp_baremetal.robot @@ -32,7 +32,7 @@ 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 -- 2.16.6