Add suite Force Tags for the update service

Changes:
     - Added Force tag directive.

Tested:
    Using robot
         --include  <Tag name> or --exclude <Tag name>
    option in the command line CLI.

Change-Id: I939994ed8f63f11e896f1c458efd9aa17824cd3f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/update_service/test_bmc_image_switch.robot b/redfish/update_service/test_bmc_image_switch.robot
old mode 100644
new mode 100755
index 0ad9cf3..67efb0e
--- a/redfish/update_service/test_bmc_image_switch.robot
+++ b/redfish/update_service/test_bmc_image_switch.robot
@@ -11,6 +11,8 @@
 Suite Teardown           Redfish.Logout
 Test Teardown            FFDC On Test Case Fail
 
+Force Tags    Test_BMC_Image_Switch
+
 *** Variables ***
 
 # Switch iteration count. By default it does only 2 switch.
diff --git a/redfish/update_service/test_firmware_inventory.robot b/redfish/update_service/test_firmware_inventory.robot
index 24b1aad..2c25fbe 100644
--- a/redfish/update_service/test_firmware_inventory.robot
+++ b/redfish/update_service/test_firmware_inventory.robot
@@ -10,6 +10,8 @@
 Test Setup       Test Setup Execution
 Test Teardown    Test Teardown Execution
 
+Force Tags     Firmware_Inventory
+
 *** Test Cases ***
 
 Verify Redfish Update Service Enabled
diff --git a/redfish/update_service/test_firmware_property.robot b/redfish/update_service/test_firmware_property.robot
old mode 100644
new mode 100755
index b2b6474..6c32451
--- a/redfish/update_service/test_firmware_property.robot
+++ b/redfish/update_service/test_firmware_property.robot
@@ -11,6 +11,8 @@
 Test Setup       Printn
 Test Teardown    FFDC On Test Case Fail
 
+Force Tags    Firmware_Property
+
 *** Test Cases ***
 
 Verify Firmware Update ApplyTime Immediate
diff --git a/redfish/update_service/test_redfish_signed_image_update.robot b/redfish/update_service/test_redfish_signed_image_update.robot
old mode 100644
new mode 100755
index 7357b06..0da82f2
--- a/redfish/update_service/test_redfish_signed_image_update.robot
+++ b/redfish/update_service/test_redfish_signed_image_update.robot
@@ -25,6 +25,7 @@
 Test Setup               Printn
 Test Teardown            FFDC On Test Case Fail
 
+Force Tags   Signed_Upload_Test
 
 *** Variables ***