Lines Matching +full:no +full:- +full:memory +full:- +full:wc
11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION
19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True
24 Get Memory Count
25 [Documentation] Get Memory Count.
27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True
29 Log ${\n}memory count: ${memory_count} console=yes
32 Verify Memory Count
33 [Documentation] Verify memory count.
35 ${memory_count}= Get Memory Count
36 Log ${\n}memory count: ${memory_count} console=yes
38 ... Error: memory count doesn't match expected count.
42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l
56 Verify Opal-Prd Installed
57 [Documentation] Check whether opal-prd.service is running on OS.
58 ${output} ${stderr}= Execute Command systemctl status opal-prd.service
63 ... msg=Error: opal-prd.service is not installed.
65 Verify No Gard Records
66 [Documentation] Verify no gard records are present on OS.
67 ${output} ${stderr}= Execute Command opal-gard list
70 Should Contain ${output} No GARD entries to display
72 Verify No Error Logs
73 [Documentation] Verify no error logs.
74 ${output} ${stderr}= Execute Command dmesg -xT -l emerg,alert,crit,err