Commit 7d127962 authored by huangjiuyuan's avatar huangjiuyuan

Add tests for schedulercache

parent a5c57521
......@@ -26,7 +26,10 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["cache_test.go"],
srcs = [
"cache_test.go",
"node_info_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/scheduler/schedulercache",
deps = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment