Add force tags to GUI test suites

Changes:
     - added new tags for the suites

Tested:
     - NA

Change-Id: Ib7e16f479848fafa91b083d5bc7e0b2e4b3a24ac
Signed-off-by: George Keishing <gkeishin@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 4013366..051c758 100644
--- a/gui/gui_test/operations_menu/test_firmware_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_firmware_sub_menu.robot
@@ -7,6 +7,8 @@
 Suite Setup     Suite Setup Execution
 Suite Teardown  Close Browser
 
+Force Tags      Firmware_Sub_Menu
+
 *** Variables ***
 
 ${xpath_firmware_heading}                //h1[text()="Firmware"]
diff --git a/gui/gui_test/operations_menu/test_host_console_sub_menu.robot b/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
index 89cc7e2..2184136 100644
--- a/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_host_console_sub_menu.robot
@@ -8,6 +8,7 @@
 Suite Teardown  Close Browser
 Test Setup      Test Setup Execution
 
+Force Tags      Host_Console_Sub_Menu
 
 *** Variables ***
 
diff --git a/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot b/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot
index 30fb470..041637f 100644
--- a/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot
@@ -9,6 +9,7 @@
 Suite Teardown  Close Browser
 Test Setup      Test Setup Execution
 
+Force Tags      Reboot_BMC_Sub_Menu
 
 *** Variables ***
 
diff --git a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
index 83fce6b..805ee88 100644
--- a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
@@ -8,6 +8,7 @@
 Test Setup      Run Keywords  Launch Browser And Login GUI  AND  Navigate to Server Power Operation Page
 Test Teardown   Close Browser
 
+Force Tags      Server_Power_Operations_Sub_Menu
 
 *** Variables ***