mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
add testdata for tests in //vendor/k8s.io/...
This commit is contained in:
parent
a05c3c0efd
commit
981dd8dc66
@ -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"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user