Skip to content

Commit

Permalink
Revert "fix: disable the system-test boundary_nodes_snp_test"
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk authored and dsd-at-dfinity committed Apr 13, 2023
1 parent 45f3d07 commit dd7101a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions rs/tests/boundary_nodes/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//rs/tests:system_tests.bzl", "system_test")
load("//rs/tests:common.bzl", "BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS", "COUNTER_CANISTER_RUNTIME_DEPS", "DEPENDENCIES", "GRAFANA_RUNTIME_DEPS", "GUESTOS_RUNTIME_DEPS", "MACRO_DEPENDENCIES", "NNS_CANISTER_RUNTIME_DEPS", "UNIVERSAL_VM_RUNTIME_DEPS")
load("//rs/tests:common.bzl", "BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS", "BOUNDARY_NODE_GUESTOS_SEV_RUNTIME_DEPS", "COUNTER_CANISTER_RUNTIME_DEPS", "DEPENDENCIES", "GRAFANA_RUNTIME_DEPS", "GUESTOS_RUNTIME_DEPS", "MACRO_DEPENDENCIES", "NNS_CANISTER_RUNTIME_DEPS", "UNIVERSAL_VM_RUNTIME_DEPS")

package(default_visibility = ["//visibility:public"])

Expand Down Expand Up @@ -31,15 +31,14 @@ system_test(
deps = DEPENDENCIES + ["//rs/tests"],
)

# TODO(VER-2274): Enable this SEV test again after both SEV farm hosts sf1-spm41 and sf1-gby01 are working and attached to farm again:
#system_test(
# name = "boundary_nodes_snp_test",
# proc_macro_deps = MACRO_DEPENDENCIES,
# tags = [],
# target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
# runtime_deps = BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS + BOUNDARY_NODE_GUESTOS_SEV_RUNTIME_DEPS + GUESTOS_RUNTIME_DEPS + NNS_CANISTER_RUNTIME_DEPS,
# deps = DEPENDENCIES + ["//rs/tests"],
#)
system_test(
name = "boundary_nodes_snp_test",
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
runtime_deps = BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS + BOUNDARY_NODE_GUESTOS_SEV_RUNTIME_DEPS + GUESTOS_RUNTIME_DEPS + NNS_CANISTER_RUNTIME_DEPS,
deps = DEPENDENCIES + ["//rs/tests"],
)

system_test(
name = "boundary_node_update_workload_test",
Expand Down

0 comments on commit dd7101a

Please sign in to comment.