Skip to content

Commit

Permalink
SPKI: Remove legacy config definitions (#3342)
Browse files Browse the repository at this point in the history
Remove legacy config file definitions that are no longer used in v2
of the scion-pki tool.
  • Loading branch information
oncilla authored Nov 8, 2019
1 parent d448cc8 commit 67956e1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 959 deletions.
9 changes: 0 additions & 9 deletions go/tools/scion-pki/internal/v2/conf/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = [
"as.go",
"isd.go",
"key.go",
"trc.go",
"validity.go",
Expand All @@ -13,32 +11,25 @@ go_library(
visibility = ["//go/tools/scion-pki:__subpackages__"],
deps = [
"//go/lib/addr:go_default_library",
"//go/lib/common:go_default_library",
"//go/lib/scrypto:go_default_library",
"//go/lib/scrypto/cert/v2:go_default_library",
"//go/lib/scrypto/trc/v2:go_default_library",
"//go/lib/serrors:go_default_library",
"//go/lib/util:go_default_library",
"//go/tools/scion-pki/internal/pkicmn:go_default_library",
"@com_github_burntsushi_toml//:go_default_library",
"@com_github_go_ini_ini//:go_default_library",
],
)

go_test(
name = "go_default_test",
srcs = [
"as_test.go",
"isd_test.go",
"key_test.go",
"trc_test.go",
],
data = ["//go/tools/scion-pki/internal/v2/conf/testdata:data"],
embed = [":go_default_library"],
deps = [
"//go/lib/addr:go_default_library",
"//go/lib/scrypto:go_default_library",
"//go/lib/xtest:go_default_library",
"//go/tools/scion-pki/internal/v2/conf/testdata:go_default_library",
"@com_github_stretchr_testify//assert:go_default_library",
"@com_github_stretchr_testify//require:go_default_library",
Expand Down
344 changes: 0 additions & 344 deletions go/tools/scion-pki/internal/v2/conf/as.go

This file was deleted.

Loading

0 comments on commit 67956e1

Please sign in to comment.