add testdata for tests in //vendor/k8s.io/...

Kubernetes-commit: 981dd8dc6615f397a9b85c5b965998dc8a0b1338
This commit is contained in:
Mike Danese 2017-04-12 11:18:59 -07:00 committed by Kubernetes Publisher
parent 9a45999fa0
commit 4b15a8b136

View File

@ -23,5 +23,8 @@ go_library(
"io.go",
"pem.go",
],
data = [
"testdata/dontUseThisKey.pem",
],
tags = ["automanaged"],
)