k8snetworkplumbingwg / network-resources-injector

A Kubernetes Dynamic Admission Controller that patches Pods to add additional information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make test fails

pperiyasamy opened this issue · comments

make test on NRI fails with following error.

# make test
export t="/tmp/go-cover.$.tmp" && go test -coverprofile= ./... && go tool cover -html=
?       github.com/intel/network-resources-injector/cmd/installer       [no test files]
?       github.com/intel/network-resources-injector/cmd/webhook [no test files]
?       github.com/intel/network-resources-injector/pkg/installer       [no test files]
?       github.com/intel/network-resources-injector/pkg/types   [no test files]
ok      github.com/intel/network-resources-injector/pkg/webhook 0.016s  coverage: 23.6% of statements
too many options
For usage information, run "go tool cover -help"
Makefile:22: recipe for target 'test' failed
make: *** [test] Error 1

Confirmed. Thanks Peri.