Add missing tags in test suite

Changes:
     - added tag directive for missing test cases

Change-Id: Idb27cb62d20d62761ca152d2b1cd426f0ea9e4a0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/managers/test_bmc_protocol_settings.robot b/redfish/managers/test_bmc_protocol_settings.robot
index 9059dc7..a6db1ee 100644
--- a/redfish/managers/test_bmc_protocol_settings.robot
+++ b/redfish/managers/test_bmc_protocol_settings.robot
@@ -40,6 +40,7 @@
 
 Disable SSH Protocol And Verify
     [Documentation]  Disable SSH protocol and verify.
+    [Tags]  Disable_SSH_Protocol_And_Verify
     [Teardown]  Enable SSH Protocol  ${True}
 
     # Disable SSH interface.
@@ -58,6 +59,7 @@
 
 Enable SSH Protocol And Check Persistency On BMC Reboot
     [Documentation]  Enable SSH protocol and verify persistency.
+    [Tags]  Enable_SSH_Protocol_And_Check_Persistency_On_BMC_Reboot
 
     Enable SSH Protocol  ${True}
 
@@ -73,6 +75,7 @@
 
 Disable SSH Protocol And Check Persistency On BMC Reboot
     [Documentation]  Disable SSH protocol and verify persistency.
+    [Tags]  Disable_SSH_Protocol_And_Check_Persistency_On_BMC_Reboot
     [Teardown]  Enable SSH Protocol  ${True}
 
     # Disable SSH interface.