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 53200f57ad9..0409634c500 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),