Added GUI test case to verify BMC firmware information

Testcase added:
    - Verify BMC Information Section

Change-Id: I6f597ad2870827197e6f98dc7b8543e7608c5525
Signed-off-by: manashsarma <manashsarma@in.ibm.com>
diff --git a/gui/gui_test/overview_menu/test_overview_menu.robot b/gui/gui_test/overview_menu/test_overview_menu.robot
index 813b2b9..4d92fcf 100644
--- a/gui/gui_test/overview_menu/test_overview_menu.robot
+++ b/gui/gui_test/overview_menu/test_overview_menu.robot
@@ -43,6 +43,14 @@
     Page Should Contain  ${redfish_motherboard_manufacturer}
 
 
+Verify BMC Information Section
+    [Documentation]  Verify BMC information section in overview page.
+    [Tags]  Verify_BMC_Information_Section
+
+    ${firmware_version}=  Redfish Get BMC Version
+    Page Should Contain  ${firmware_version}
+
+
 *** Keywords ***
 
 Test Setup Execution