Add missing Tags

Changes:
Add missing Tags for test cases

Tested:
NA

Change-Id: I5f5983005ba16d630af76361bbb39d668e63c0ed
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/tools/factory_reset_bmc.robot b/tools/factory_reset_bmc.robot
index abd7ec8..2adc3ef 100755
--- a/tools/factory_reset_bmc.robot
+++ b/tools/factory_reset_bmc.robot
@@ -26,6 +26,7 @@
 
 Factory Reset BMC
     [Documentation]  Factory reset BMC and verify BMC comes back online.
+    [Tags]  Factory_Reset_BMC
 
     BMC Execute Command  /usr/bin/hostnamectl set-hostname ${OPENBMC_MODEL}
     BMC Execute Command  /sbin/fw_setenv rwreset true
@@ -45,6 +46,7 @@
 
 Test Setup Execution
     [Documentation]  Check if parameters are provided.
+
     Should Not Be Empty   ${OPENBMC_SERIAL_HOST}
     Should Not Be Empty   ${OPENBMC_SERIAL_PORT}
     Should Not Be Empty   ${OPENBMC_MODEL}