From 80f7582a6be0f5f33b976d62846c94e28c0497b5 Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan <103510076+maksymar@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:22:39 +0200 Subject: [PATCH] chore: update small_high_perf testnet setup (#2139) This PR updates setup for `small_high_perf` testnet to remove unused resources. --- rs/tests/testing_verification/testnets/small_high_perf.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rs/tests/testing_verification/testnets/small_high_perf.rs b/rs/tests/testing_verification/testnets/small_high_perf.rs index 376af56165a..d2bd5bbc07f 100644 --- a/rs/tests/testing_verification/testnets/small_high_perf.rs +++ b/rs/tests/testing_verification/testnets/small_high_perf.rs @@ -1,5 +1,5 @@ // Set up a testnet containing: -// one 1-node System and one 1-node Application subnets, one unassigned node, single boundary node, and a p8s (with grafana) VM. +// one 1-node System and one 1-node Application subnets, single boundary node, and a p8s (with grafana) VM. // All replica nodes use the following resources: 64 vCPUs, 480 GiB of RAM, and 2'000 GiB disk. // // You can setup this testnet with a lifetime of 180 mins by executing the following commands: @@ -68,7 +68,6 @@ pub fn setup(env: TestEnv) { }) .add_subnet(Subnet::new(SubnetType::System).add_nodes(1)) .add_subnet(Subnet::new(SubnetType::Application).add_nodes(1)) - .with_unassigned_nodes(1) .setup_and_start(&env) .expect("Failed to setup IC under test"); install_nns_with_customizations_and_check_progress(