Skip to content

Commit 370f45d

Browse files
committed
test: integration: nrt: fix misleading log
The message is a copy/paste mistake, fix with meaningful content Signed-off-by: Francesco Romani <[email protected]>
1 parent 90214df commit 370f45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/nrtutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func cleanupNodeResourceTopologies(ctx context.Context, topologyClient *versione
135135
klog.ErrorS(err, "Failed to clean up NodeResourceTopology", "nodeResourceTopology", nrt)
136136
}
137137
}
138-
klog.Infof("init scheduler success")
138+
klog.Infof("cleaned up NRT %d objects", len(noderesourcetopologies))
139139
}
140140

141141
func makeResourceAllocationScoreArgs(strategy *scheconfig.ScoringStrategy) *scheconfig.NodeResourceTopologyMatchArgs {

0 commit comments

Comments
 (0)