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 2aab760a2a
commit fda6fe0d70
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ load(
go_test(
name = "go_default_test",
srcs = ["x509_test.go"],
data = [
"testdata/client-expired.pem",
"testdata/client-valid.pem",
"testdata/intermediate.pem",
"testdata/root.pem",
],
library = ":go_default_library",
tags = ["automanaged"],
deps = [