mirror of https://github.com/k3s-io/k3s
add testdata for tests in //vendor/k8s.io/...
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