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/extended/test_ac_cycles.robot b/extended/test_ac_cycles.robot
index 84d8f8c..65e66d6 100644
--- a/extended/test_ac_cycles.robot
+++ b/extended/test_ac_cycles.robot
@@ -17,7 +17,9 @@
 
 Test OpenBMC Buster
     [Documentation]  Test the OpenBMC buster.
-    Validate Parameters
+    [Tags]  Test_OpenBMC_Buster
+
+    Validate PDU Parameters
     ${output}=  Execute Command
     ...  find /var/lib -type f |xargs -n 1 touch
     PDU Power Cycle
@@ -32,8 +34,9 @@
 
 *** Keywords ***
 
-Validate Parameters
+Validate PDU Parameters
     [Documentation]  Validate the PDU parameters.
+
     Should Not Be Empty  ${PDU_IP}
     Should Not Be Empty  ${PDU_TYPE}
     Should Not Be Empty  ${PDU_SLOT_NO}