Skip to content

Commit 6458075

Browse files
authored
tools: remove unused end2endblast (scionproto#4562)
The end2endblast tool was introduced for router performance testing, but has been superseded by the brload tool
1 parent c957985 commit 6458075

File tree

5 files changed

+0
-488
lines changed

5 files changed

+0
-488
lines changed

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ pkg_tar(
211211
"//tools/buildkite/cmd/buildkite_artifacts",
212212
"//tools/end2end",
213213
"//tools/end2end_integration",
214-
"//tools/end2endblast",
215214
"//tools/pktgen/cmd/pktgen",
216215
"//tools/scion_integration",
217216
"//tools/udpproxy",

docker/tester.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def scion_tester_image():
2424
name = "tester_layer_bin",
2525
srcs = [
2626
"//tools/end2end:end2end",
27-
"//tools/end2endblast:end2endblast",
2827
"//scion/cmd/scion",
2928
"//scion-pki/cmd/scion-pki:scion-pki",
3029
],

tools/end2end_integration/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ scion_go_binary(
2121
name = "end2end_integration",
2222
data = [
2323
"//tools/end2end",
24-
"//tools/end2endblast",
2524
],
2625
embed = [":go_default_library"],
2726
visibility = ["//visibility:public"],

tools/end2endblast/BUILD.bazel

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)