blob: 1cdd84049c24efeb6ccef1a16dc24c44aae14c78 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "e2e_test",
srcs = ["main_test.go"],
data = [
"//cloud/agent/takeover",
"//third_party/edk2:firmware",
"@debian_11_cloudimage//file",
],
deps = [
"//cloud/agent/api",
"//metropolis/pkg/fat32",
"//metropolis/pkg/freeport",
"@com_github_pkg_sftp//:sftp",
"@io_bazel_rules_go//go/runfiles:go_default_library",
"@org_golang_google_protobuf//proto",
"@org_golang_x_crypto//ssh",
],
)