Adding agent-index (#189)
* Adding agent-index * review changes * review comments addressed * minor fix * fix CI failure * review comments * Fix agent index test and address review comments * Build Fixes --------- Co-authored-by: Benjamin Welton <bewelton@amd.com>
This commit is contained in:
کامیت شده توسط
GitHub
والد
2fe63d873e
کامیت
c30bb7cbda
@@ -49,7 +49,7 @@ def test_validate_counter_collection_pmc2(counter_input_data):
|
||||
di_list = []
|
||||
|
||||
for row in counter_input_data:
|
||||
assert int(row["Agent_Id"]) > 0
|
||||
assert int(row["Agent_Id"].split(" ")[-1]) >= 0
|
||||
assert int(row["Queue_Id"]) > 0
|
||||
assert int(row["Process_Id"]) > 0
|
||||
assert len(row["Kernel_Name"]) > 0
|
||||
|
||||
مرجع در شماره جدید
Block a user