add testdata for tests in //vendor/k8s.io/...
Kubernetes-commit: 981dd8dc6615f397a9b85c5b965998dc8a0b1338
This commit is contained in:
parent
2aab760a2a
commit
fda6fe0d70
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue