Added new test cases for Firmware Page

Changes:
     - Added Verify existence of all sub sections under BMC and server section

Tested: Ran successfully /gui/gui_test/operations_menu/test_firmware_sub_menu.robot

Change-Id: Idfddcbfc0c53575407e1420d41d7a64c7ece2835
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/operations_menu/test_firmware_sub_menu.robot b/gui/gui_test/operations_menu/test_firmware_sub_menu.robot
index aab4574..e90c989 100644
--- a/gui/gui_test/operations_menu/test_firmware_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_firmware_sub_menu.robot
@@ -38,6 +38,16 @@
     Page Should Contain Element  ${xpath_upload_image_and_reboot}
 
 
+Verify Existence Of All Sub Sections Under BMC And Server Section
+    [Documentation]  Verify existence of all sub sections under BMC and server section.
+    [Tags]  Verify_Existence_Of_All_Sub_Sections_Under_BMC_And_Server_Section
+
+    Page Should Contain  Running image
+    Page Should Contain  Backup image
+    Page Should Contain  Temporary
+    Page Should Contain  Permanent
+
+
 *** Keywords ***
 
 Suite Setup Execution