Lines Matching full:count
32 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
33 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
50 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
51 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
68 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
69 Should Be True ${post_codes['Members@odata.count']} == 0
76 ... the boot cycle count of the host system.
80 # Get boot count of current postcode logs.
81 ${initial_boot_count}= Get Boot Count For Last PostCode Entry
84 # Perform host reboot and verify boot count incremented in ID value.
86 ${current_boot_count}= Get Boot Count For Last PostCode Entry
97 # Get log count before BMC reboot.
100 ${initial_log_count}= Set Variable ${post_codes['Members@odata.count']}
105 # Get log count after BMC reboot and compare with initial log count.
108 ${current_log_count}= Set Variable ${post_codes['Members@odata.count']}
122 # Verify if log count becomes zero.
123 Should Be True ${post_codes['Members@odata.count']} == 0
161 Get Boot Count For Last PostCode Entry
162 [Documentation] Get the latest boot count from post code log entry.
163 ... log entry has ID "B2-1000", latest boot count "2" is returned.
176 … # "Message": "Boot Count: 2; Time Stamp Offset: 117.4928 seconds; POST Code: 0xac10",
187 # "Members@odata.count": 2240,
193 ${total_log_count}= Set Variable ${post_codes['Members@odata.count']}
215 IF ${post_codes['Members@odata.count']} == 0