Commit 981dd8dc authored by Mike Danese's avatar Mike Danese

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

parent a05c3c0e
......@@ -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 = [
......
......@@ -23,5 +23,8 @@ go_library(
"io.go",
"pem.go",
],
data = [
"testdata/dontUseThisKey.pem",
],
tags = ["automanaged"],
)
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