Lines Matching +full:no +full:- +full:output
11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION
19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True
27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True
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
61 Log ${\n}${output} console=yes
62 Should Not Contain ${output} could not be found
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
77 Should Be Empty ${output}