mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
fix e2e test
This commit is contained in:
parent
ed7fd0ced5
commit
f202164c87
@ -228,13 +228,9 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
|||||||
}),
|
}),
|
||||||
"VolumeStats": gstruct.MatchAllElements(summaryObjectID, gstruct.Elements{
|
"VolumeStats": gstruct.MatchAllElements(summaryObjectID, gstruct.Elements{
|
||||||
"test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{
|
"test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{
|
||||||
"Name": gomega.Equal("test-empty-dir"),
|
"Name": gomega.Equal("test-empty-dir"),
|
||||||
"PVCRef": gomega.BeNil(),
|
"PVCRef": gomega.BeNil(),
|
||||||
"VolumeHealthStats": gstruct.MatchAllFields(
|
"VolumeHealthStats": gomega.BeNil(),
|
||||||
gstruct.Fields{
|
|
||||||
"Abnormal": gomega.BeFalse(),
|
|
||||||
},
|
|
||||||
),
|
|
||||||
"FsStats": gstruct.MatchAllFields(gstruct.Fields{
|
"FsStats": gstruct.MatchAllFields(gstruct.Fields{
|
||||||
"Time": recent(maxStatsAge),
|
"Time": recent(maxStatsAge),
|
||||||
"AvailableBytes": fsCapacityBounds,
|
"AvailableBytes": fsCapacityBounds,
|
||||||
|
Loading…
Reference in New Issue
Block a user