Commit 7d127962 authored by huangjiuyuan's avatar huangjiuyuan

Add tests for schedulercache

parent a5c57521
...@@ -26,7 +26,10 @@ go_library( ...@@ -26,7 +26,10 @@ go_library(
go_test( go_test(
name = "go_default_test", name = "go_default_test",
srcs = ["cache_test.go"], srcs = [
"cache_test.go",
"node_info_test.go",
],
embed = [":go_default_library"], embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/scheduler/schedulercache", importpath = "k8s.io/kubernetes/pkg/scheduler/schedulercache",
deps = [ 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