Searched refs:expected_items (Results 1 – 1 of 1) sorted by relevance
49 def check_json_output(expected_items): argument74 if expected_items != -1:76 if count not in expected_items and count >= 1 and count <= 7 and 'metric-value' in item:81 elif count not in expected_items and count >= 1 and count <= 5 and 'metricgroup' in item:83 elif count - 1 in expected_items and 'metric-threshold' in item:85 elif count in expected_items and 'insn per cycle' in item:87 elif count not in expected_items:101 expected_items = [5, 7] variable103 expected_items = [6, 8] variable105 expected_items = [7, 9] variable[all …]