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/factory_reset.robot b/extended/factory_reset.robot
index 43e693f..2b8562a 100644
--- a/extended/factory_reset.robot
+++ b/extended/factory_reset.robot
@@ -18,7 +18,7 @@
[Documentation] Factory reset the system and verify if BMC is online.
[Tags] Verify_Factory_Reset
- # Factory reset erases user config settings which incldes IP, netmask
+ # Factory reset erases user config settings which includes IP, netmask
# gateway and route. Before running this test we are checking all these
# settings and checking whether ping works with BMC host.
# If factory reset is successful, ping to BMC host should fail as
diff --git a/extended/obmc_boot_test.robot b/extended/obmc_boot_test.robot
index 7259051..c82fa8a 100644
--- a/extended/obmc_boot_test.robot
+++ b/extended/obmc_boot_test.robot
@@ -3,9 +3,9 @@
Resource obmc_boot_test_resource.robot
-*** Variables ***
*** Test Cases ***
+
General Boot Testing
[Documentation] Performs repeated boot tests.
[Tags] General_Boot_Testing
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}
diff --git a/extended/test_bmc_stress_buster.robot b/extended/test_bmc_stress_buster.robot
index 025e4e1..ad5a71b 100644
--- a/extended/test_bmc_stress_buster.robot
+++ b/extended/test_bmc_stress_buster.robot
@@ -34,6 +34,7 @@
Stress BMC SSH Server
[Documentation] Execute maximum allowed SSH operation.
[Tags] Stress_BMC_SSH_Server
+
Log To Console SSH call request burst ${SSH_BUSTER_MAX}
${dict}= Execute Process
... ${SSH_BUSTER_MAX} SSH Connect And Execute Command
@@ -44,6 +45,7 @@
Stress BMC IPMI Server
[Documentation] Execute maximum allowed IPMI operation.
[Tags] Stress_BMC_IPMI_Server
+
Log To Console IPMI call request burst ${IPMI_BUSTER_MAX}
${dict}= Execute Process ${IPMI_BUSTER_MAX} IPMI Check Status
Dictionary Should Not Contain Value ${dict} False