Skip to content

Commit

Permalink
tools: remove unused end2endblast
Browse files Browse the repository at this point in the history
The end2endblast tool was introduced for router performance testing, but
has been superseded by the brload tool
  • Loading branch information
matzf committed Jul 2, 2024
1 parent c957985 commit 396e27e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 488 deletions.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ pkg_tar(
"//tools/buildkite/cmd/buildkite_artifacts",
"//tools/end2end",
"//tools/end2end_integration",
"//tools/end2endblast",
"//tools/pktgen/cmd/pktgen",
"//tools/scion_integration",
"//tools/udpproxy",
Expand Down
1 change: 0 additions & 1 deletion docker/tester.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def scion_tester_image():
name = "tester_layer_bin",
srcs = [
"//tools/end2end:end2end",
"//tools/end2endblast:end2endblast",
"//scion/cmd/scion",
"//scion-pki/cmd/scion-pki:scion-pki",
],
Expand Down
1 change: 0 additions & 1 deletion tools/end2end_integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ scion_go_binary(
name = "end2end_integration",
data = [
"//tools/end2end",
"//tools/end2endblast",
],
embed = [":go_default_library"],
visibility = ["//visibility:public"],
Expand Down
29 changes: 0 additions & 29 deletions tools/end2endblast/BUILD.bazel

This file was deleted.

Loading

0 comments on commit 396e27e

Please sign in to comment.