mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
test: adjust number of expected page faults
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
78df56def6
commit
a460aaf41d
@ -124,7 +124,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
||||
"WorkingSetBytes": bounded(10*e2evolume.Kb, memoryLimit),
|
||||
"RSSBytes": bounded(1*e2evolume.Kb, memoryLimit),
|
||||
"PageFaults": bounded(0, 1000000),
|
||||
"MajorPageFaults": bounded(0, 10),
|
||||
"MajorPageFaults": bounded(0, 1000),
|
||||
})
|
||||
runtimeContExpectations := sysContExpectations().(*gstruct.FieldsMatcher)
|
||||
if systemdutil.IsRunningSystemd() && framework.TestContext.ContainerRuntime == "docker" {
|
||||
|
Loading…
Reference in New Issue
Block a user