Lines Matching full:count
24 Get Memory Count
25 [Documentation] Get Memory Count.
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.
40 Get Dimm Count
41 [Documentation] Get DIMM count.
48 Verify Dimm Count
49 [Documentation] Verify DIMM count.
51 ${dimm_count}= Get Dimm Count
54 ... msg=Error: dimm count doesn't match expected count.