Skip to content

Commit b0208f2

Browse files
committed
Add missing Tags
Changes: Add missing Tags for test cases Tested: NA Change-Id: I5f5983005ba16d630af76361bbb39d668e63c0ed Signed-off-by: Sridevi Ramesh <[email protected]>
1 parent a727d5b commit b0208f2

8 files changed

+15
-4
lines changed

extended/factory_reset.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Verify Factory Reset
1818
[Documentation] Factory reset the system and verify if BMC is online.
1919
[Tags] Verify_Factory_Reset
2020
21-
# Factory reset erases user config settings which incldes IP, netmask
21+
# Factory reset erases user config settings which includes IP, netmask
2222
# gateway and route. Before running this test we are checking all these
2323
# settings and checking whether ping works with BMC host.
2424
# If factory reset is successful, ping to BMC host should fail as

extended/obmc_boot_test.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Documentation Do random repeated boots based on the state of the BMC machine.
33
44
Resource obmc_boot_test_resource.robot
55

6-
*** Variables ***
76

87
*** Test Cases ***
8+
99
General Boot Testing
1010
[Documentation] Performs repeated boot tests.
1111
[Tags] General_Boot_Testing

extended/test_ac_cycles.robot

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Test Tags AC_Cycles
1717

1818
Test OpenBMC Buster
1919
[Documentation] Test the OpenBMC buster.
20-
Validate Parameters
20+
[Tags] Test_OpenBMC_Buster
21+
22+
Validate PDU Parameters
2123
${output}= Execute Command
2224
... find /var/lib -type f |xargs -n 1 touch
2325
PDU Power Cycle
@@ -32,8 +34,9 @@ Test OpenBMC Buster
3234

3335
*** Keywords ***
3436

35-
Validate Parameters
37+
Validate PDU Parameters
3638
[Documentation] Validate the PDU parameters.
39+
3740
Should Not Be Empty ${PDU_IP}
3841
Should Not Be Empty ${PDU_TYPE}
3942
Should Not Be Empty ${PDU_SLOT_NO}

extended/test_bmc_stress_buster.robot

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Stress BMC REST Server
3434
Stress BMC SSH Server
3535
[Documentation] Execute maximum allowed SSH operation.
3636
[Tags] Stress_BMC_SSH_Server
37+
3738
Log To Console SSH call request burst ${SSH_BUSTER_MAX}
3839
${dict}= Execute Process
3940
... ${SSH_BUSTER_MAX} SSH Connect And Execute Command
@@ -44,6 +45,7 @@ Stress BMC SSH Server
4445
Stress BMC IPMI Server
4546
[Documentation] Execute maximum allowed IPMI operation.
4647
[Tags] Stress_BMC_IPMI_Server
48+
4749
Log To Console IPMI call request burst ${IPMI_BUSTER_MAX}
4850
${dict}= Execute Process ${IPMI_BUSTER_MAX} IPMI Check Status
4951
Dictionary Should Not Contain Value ${dict} False

tools/cleanup_bmc.robot

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Resource ../lib/bmc_cleanup.robot
77

88
Cleanup User Patches
99
[Documentation] Do the cleanup in cleanup directory path.
10+
[Tags] Cleanup_User_Patches
1011
1112
Cleanup Dir

tools/factory_reset_bmc.robot

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ${CMD_STATIS_GW_PREFIX} busctl set-property xyz.openbmc_project.Network
2626

2727
Factory Reset BMC
2828
[Documentation] Factory reset BMC and verify BMC comes back online.
29+
[Tags] Factory_Reset_BMC
2930
3031
BMC Execute Command /usr/bin/hostnamectl set-hostname ${OPENBMC_MODEL}
3132
BMC Execute Command /sbin/fw_setenv rwreset true
@@ -45,6 +46,7 @@ Factory Reset BMC
4546

4647
Test Setup Execution
4748
[Documentation] Check if parameters are provided.
49+
4850
Should Not Be Empty ${OPENBMC_SERIAL_HOST}
4951
Should Not Be Empty ${OPENBMC_SERIAL_PORT}
5052
Should Not Be Empty ${OPENBMC_MODEL}

tools/myffdc.robot

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Test Teardown Gather FFDC
3737
My FFDC Logs
3838
[Documentation] This test is needed to satisfy FFDC initial setup auto
3939
... variables required for FFDC collection.
40+
[Tags] My_FFDC_Logs
41+
4042
Log To Console Manual FFDC collection
4143

4244
** Keywords ***

tools/update_mac.robot

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Resource ../lib/bmc_network_utils.robot
77

88
Check And Reset MAC on BMC
99
[Documentation] Verify and Update BMC MAC address.
10+
[Tags] Check_And_Reset_MAC_on_BMC
1011
1112
Check And Reset MAC

0 commit comments

Comments
 (0)