File tree 8 files changed +15
-4
lines changed
8 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Verify Factory Reset
18
18
[Documentation] Factory reset the system and verify if BMC is online.
19
19
[Tags] Verify_Factory_Reset
20
20
21
- # Factory reset erases user config settings which incldes IP, netmask
21
+ # Factory reset erases user config settings which includes IP, netmask
22
22
# gateway and route. Before running this test we are checking all these
23
23
# settings and checking whether ping works with BMC host.
24
24
# If factory reset is successful, ping to BMC host should fail as
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Documentation Do random repeated boots based on the state of the BMC machine.
3
3
4
4
Resource obmc_boot_test_resource.robot
5
5
6
- *** Variables ***
7
6
8
7
*** Test Cases ***
8
+
9
9
General Boot Testing
10
10
[Documentation] Performs repeated boot tests.
11
11
[Tags] General_Boot_Testing
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ Test Tags AC_Cycles
17
17
18
18
Test OpenBMC Buster
19
19
[Documentation] Test the OpenBMC buster.
20
- Validate Parameters
20
+ [Tags] Test_OpenBMC_Buster
21
+
22
+ Validate PDU Parameters
21
23
${output } = Execute Command
22
24
... find /var/lib -type f |xargs -n 1 touch
23
25
PDU Power Cycle
@@ -32,8 +34,9 @@ Test OpenBMC Buster
32
34
33
35
*** Keywords ***
34
36
35
- Validate Parameters
37
+ Validate PDU Parameters
36
38
[Documentation] Validate the PDU parameters.
39
+
37
40
Should Not Be Empty ${PDU_IP }
38
41
Should Not Be Empty ${PDU_TYPE }
39
42
Should Not Be Empty ${PDU_SLOT_NO }
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Stress BMC REST Server
34
34
Stress BMC SSH Server
35
35
[Documentation] Execute maximum allowed SSH operation.
36
36
[Tags] Stress_BMC_SSH_Server
37
+
37
38
Log To Console SSH call request burst ${SSH_BUSTER_MAX }
38
39
${dict } = Execute Process
39
40
... ${SSH_BUSTER_MAX } SSH Connect And Execute Command
@@ -44,6 +45,7 @@ Stress BMC SSH Server
44
45
Stress BMC IPMI Server
45
46
[Documentation] Execute maximum allowed IPMI operation.
46
47
[Tags] Stress_BMC_IPMI_Server
48
+
47
49
Log To Console IPMI call request burst ${IPMI_BUSTER_MAX }
48
50
${dict } = Execute Process ${IPMI_BUSTER_MAX } IPMI Check Status
49
51
Dictionary Should Not Contain Value ${dict } False
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ Resource ../lib/bmc_cleanup.robot
7
7
8
8
Cleanup User Patches
9
9
[Documentation] Do the cleanup in cleanup directory path.
10
+ [Tags] Cleanup_User_Patches
10
11
11
12
Cleanup Dir
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ${CMD_STATIS_GW_PREFIX} busctl set-property xyz.openbmc_project.Network
26
26
27
27
Factory Reset BMC
28
28
[Documentation] Factory reset BMC and verify BMC comes back online.
29
+ [Tags] Factory_Reset_BMC
29
30
30
31
BMC Execute Command /usr/bin/hostnamectl set-hostname ${OPENBMC_MODEL }
31
32
BMC Execute Command /sbin/fw_setenv rwreset true
@@ -45,6 +46,7 @@ Factory Reset BMC
45
46
46
47
Test Setup Execution
47
48
[Documentation] Check if parameters are provided.
49
+
48
50
Should Not Be Empty ${OPENBMC_SERIAL_HOST }
49
51
Should Not Be Empty ${OPENBMC_SERIAL_PORT }
50
52
Should Not Be Empty ${OPENBMC_MODEL }
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Test Teardown Gather FFDC
37
37
My FFDC Logs
38
38
[Documentation] This test is needed to satisfy FFDC initial setup auto
39
39
... variables required for FFDC collection.
40
+ [Tags] My_FFDC_Logs
41
+
40
42
Log To Console Manual FFDC collection
41
43
42
44
** Keywords ***
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ Resource ../lib/bmc_network_utils.robot
7
7
8
8
Check And Reset MAC on BMC
9
9
[Documentation] Verify and Update BMC MAC address.
10
+ [Tags] Check_And_Reset_MAC_on_BMC
10
11
11
12
Check And Reset MAC
You can’t perform that action at this time.
0 commit comments