Added tests for Hardware status sub menu

Chagnes:
    -Test to verify navigation to hardware status sub menu page

Change-Id: I01006866c992a3219be3a30acc726d7893e9a282
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
diff --git a/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot b/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
new file mode 100644
index 0000000..5a6367a
--- /dev/null
+++ b/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
@@ -0,0 +1,32 @@
+*** Settings ***
+
+Documentation   Test OpenBMC GUI "Hardware Status" sub-menu of "Health" menu.
+
+Resource        ../../lib/resource.robot
+
+Suite Setup     Launch Browser And Login GUI
+Suite Teardown  Close Browser
+Test Setup      Test Setup Execution
+
+
+*** Variables ***
+
+${xpath_hardware_status_heading}  //h1[text()="Hardware status"]
+
+*** Test Cases ***
+
+Verify Navigation To Hardware Status Page
+    [Documentation]  Verify navigation to hardware status page.
+    [Tags]  Verify_Navigation_To_Hardware_Status_Page
+
+    Page Should Contain Element  ${xpath_hardware_status_heading}
+
+
+*** Keywords ***
+
+Test Setup Execution
+    [Documentation]  Do test case setup tasks.
+
+    Click Element  ${xpath_health_menu}
+    Click Element  ${xpath_hardware_status_sub_menu}
+    Wait Until Keyword Succeeds  30 sec  5 sec  Location Should Contain  hardware-status