Added check for BMC to come in ready state after BMC Reboot.
Resolves openbmc/openbmc-test-automation#902
Change-Id: I7425bf682c805b2035b1f4a93b2a316dbed735f9
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/tests/test_general_bmc_system.robot b/tests/test_general_bmc_system.robot
index 3d50f49..7e3a168 100755
--- a/tests/test_general_bmc_system.robot
+++ b/tests/test_general_bmc_system.robot
@@ -24,6 +24,8 @@
Set BMC Boot Count ${0}
Initiate BMC Reboot
+ Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready
+
${boot_count}= Get BMC Boot Count
Should Be Equal ${boot_count} ${1}
... msg=Boot count is not incremented.