From 727c461c26b305f5607a46094132047a9dfad145 Mon Sep 17 00:00:00 2001 From: Sergei <149376659+jkuradobery@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:33:36 +0200 Subject: [PATCH] Use network-hdd-nonreplicated instead of network-hdd in eternal tests (#1994) --- .../testing/eternal_tests/test_runner/lib/test_configs.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/test_configs.py b/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/test_configs.py index 53200f57ad..0409634c50 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/test_configs.py +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/test_configs.py @@ -197,9 +197,7 @@ def construct_bash_command(self, fio_bin: str, mount_path: str) -> str: DiskCreateConfig( size=93 * 80, bs=4096, - # XXX replace with network-hdd-nonreplicated after it becomes - # supported @ Compute - type='network-hdd', + type='network-hdd-nonreplicated', partition_index=1, placement_group_name='eternal-3partition-pg', placement_group_partition_count=3), @@ -208,9 +206,7 @@ def construct_bash_command(self, fio_bin: str, mount_path: str) -> str: DiskCreateConfig( size=93 * 80, bs=4096, - # XXX replace with network-hdd-nonreplicated after it becomes - # supported @ Compute - type='network-hdd', + type='network-hdd-nonreplicated', partition_index=2, placement_group_name='eternal-3partition-pg', placement_group_partition_count=3),