priority pid tests should match on processes

pids 0
process should not be nonzero
This commit is contained in:
Kevin Hannon
2024-02-12 12:03:57 -05:00
committed by Peter Hunt
parent 6e6b2b76a3
commit 7d8ba7849b
3 changed files with 5 additions and 5 deletions

View File

@@ -259,7 +259,7 @@ var _ = SIGDescribe("Summary API", framework.WithNodeConformance(), func() {
"InodesUsed": bounded(0, 1e8),
}),
"ProcessStats": ptrMatchAllFields(gstruct.Fields{
"ProcessCount": bounded(1, 1e8),
"ProcessCount": bounded(0, 1e8),
}),
})