diff --git a/cloud/blockstore/pylibs/clusters/test_config/test_config.py b/cloud/blockstore/pylibs/clusters/test_config/test_config.py index d6e0d3b70cb..d912ba53d9a 100644 --- a/cloud/blockstore/pylibs/clusters/test_config/test_config.py +++ b/cloud/blockstore/pylibs/clusters/test_config/test_config.py @@ -15,6 +15,7 @@ class FolderDesc: subnet_name: str subnet_id: str image_name: str + image_folder_id: str filesystem_id: str platform_id: str = None service_account_id: str = None @@ -60,7 +61,15 @@ def get_cluster_test_config(name: str, zone_id: str, config_path: str = None) -> res.__dict__.update(cfg) folders = dict() for name in cfg['folder_desc']: - folder = FolderDesc(None, None, None, None, None, None) + folder = FolderDesc( + folder_id=None, + zone_id=None, + subnet_name=None, + subnet_id=None, + image_name=None, + image_folder_id=None, + filesystem_id=None, + ) folder.__dict__.update(cfg['folder_desc'][name]) folders[name] = folder res.__dict__.update({ diff --git a/cloud/blockstore/pylibs/ycp/ycp.py b/cloud/blockstore/pylibs/ycp/ycp.py index e3dd3581954..f630b762c04 100644 --- a/cloud/blockstore/pylibs/ycp/ycp.py +++ b/cloud/blockstore/pylibs/ycp/ycp.py @@ -143,6 +143,7 @@ class CreateInstanceConfig: memory: int folder_id: str image_name: str + image_folder_id: str zone_id: str subnet_name: str subnet_id: str @@ -167,6 +168,7 @@ class CreateDiskConfig: placement_group_partition_count: int zone_id: str image_name: str + image_folder_id: str snapshot_name: str description: str kek_id: str @@ -315,9 +317,9 @@ def _resolve_entity_name(self, cmd, name, stderr, fail_if_not_found=True): return None - def _resolve_image_name(self, folder_id, image_name, stderr): + def _resolve_image_name(self, image_folder_id, image_name, stderr): return self._resolve_entity_name( - self._ycp.compute.image.list(folder_id=folder_id), + self._ycp.compute.image.list(folder_id=image_folder_id), image_name, stderr) @@ -377,7 +379,7 @@ def create_instance(self, config: CreateInstanceConfig) -> Instance: placement_group_id = entity['id'] image_id = self._resolve_image_name( - config.folder_id, + config.image_folder_id, config.image_name, stderr) @@ -440,7 +442,7 @@ def create_disk(self, config: CreateDiskConfig) -> Disk: snapshot_id = None if config.image_name is not None: image_id = self._resolve_image_name( - config.folder_id, + config.image_folder_id, config.image_name, stderr) elif config.snapshot_name is not None: diff --git a/cloud/blockstore/pylibs/ycp/ycp_wrapper.py b/cloud/blockstore/pylibs/ycp/ycp_wrapper.py index 9bb64aea296..d74b51187a3 100644 --- a/cloud/blockstore/pylibs/ycp/ycp_wrapper.py +++ b/cloud/blockstore/pylibs/ycp/ycp_wrapper.py @@ -57,6 +57,7 @@ def create_instance(self, placement_group_name: str = None, host_group: str = None, image_name: str = None, + image_folder_id: str = None, name: str = None, platform_id: str = None, auto_delete: bool = True, @@ -69,6 +70,7 @@ def create_instance(self, cores=cores, memory=memory * 1024 ** 3, image_name=image_name or self._folder_desc.image_name, + image_folder_id=image_folder_id or self._folder_desc.image_folder_id or self._folder_desc.folder_id, zone_id=self._folder_desc.zone_id, subnet_name=self._folder_desc.subnet_name, subnet_id=self._folder_desc.subnet_id, @@ -113,6 +115,7 @@ def create_disk(self, name: str = None, kek_id: str = None, image_name: str = None, + image_folder_id: str = None, snapshot_name: str = None, auto_delete: bool = True, description: str = None) -> Ycp.Disk: @@ -129,6 +132,7 @@ def create_disk(self, folder_id=self._folder_desc.folder_id, kek_id=kek_id, image_name=image_name, + image_folder_id=image_folder_id or self._folder_desc.image_folder_id or self._folder_desc.folder_id, snapshot_name=snapshot_name, description=description, ) diff --git a/cloud/blockstore/tools/ci/check_emptiness_test/tests/canondata/test.test_check_emptiness_test_cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/ci/check_emptiness_test/tests/canondata/test.test_check_emptiness_test_cluster1_/testing_out_stuff_results.txt index 39177554f0a..295e8962102 100644 --- a/cloud/blockstore/tools/ci/check_emptiness_test/tests/canondata/test.test_check_emptiness_test_cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/ci/check_emptiness_test/tests/canondata/test.test_check_emptiness_test_cluster1_/testing_out_stuff_results.txt @@ -5,7 +5,7 @@ ##teamcity[message text='|[ #0/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute instance list --folder-id fake-folder' status='NORMAL' ] ##teamcity[message text='|[ #0/zone1 |] Creating instance' status='NORMAL' ] ##teamcity[message text='|[ #0/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder' status='NORMAL' ] -##teamcity[message text='|[ #0/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder' status='NORMAL' ] +##teamcity[message text='|[ #0/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1' status='NORMAL' ] ##teamcity[message text='|[ #0/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute instance create --request -' status='NORMAL' ] ##teamcity[message text='|[ #0/zone1 |] Created instance ' status='NORMAL' ] ##teamcity[message text='|[ #0/zone1 |] Creating disk' status='NORMAL' ] @@ -30,7 +30,7 @@ ##teamcity[message text='|[ #1/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute instance list --folder-id fake-folder' status='NORMAL' ] ##teamcity[message text='|[ #1/zone1 |] Creating instance' status='NORMAL' ] ##teamcity[message text='|[ #1/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder' status='NORMAL' ] -##teamcity[message text='|[ #1/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder' status='NORMAL' ] +##teamcity[message text='|[ #1/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1' status='NORMAL' ] ##teamcity[message text='|[ #1/zone1 |] sent ycp request: ycp --format json --profile fake-cluster1 compute instance create --request -' status='NORMAL' ] ##teamcity[message text='|[ #1/zone1 |] Created instance ' status='NORMAL' ] ##teamcity[message text='|[ #1/zone1 |] Creating disk' status='NORMAL' ] @@ -59,7 +59,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= @@ -82,7 +82,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/check_emptiness_test/tests/test-configs/cluster1.json b/cloud/blockstore/tools/ci/check_emptiness_test/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/ci/check_emptiness_test/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/ci/check_emptiness_test/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/lib/main.py b/cloud/blockstore/tools/ci/corruption_test_suite/lib/main.py index d49f0b4bc75..7ae2007b654 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/lib/main.py +++ b/cloud/blockstore/tools/ci/corruption_test_suite/lib/main.py @@ -191,6 +191,7 @@ def run_corruption_test(module_factories: common.ModuleFactories, args, logger): memory=_TEST_INSTANCE_MEMORY, compute_node=args.compute_node, image_name=image, + image_folder_id=folder.image_folder_id, description="Corruption test") as instance: server_version = module_factories.fetch_server_version( diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-512bytes-bs_/512bytes-bs_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-512bytes-bs_/512bytes-bs_results.txt index 7352c4c9403..e30596a7082 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-512bytes-bs_/512bytes-bs_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-512bytes-bs_/512bytes-bs_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-64MB-bs_/64MB-bs_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-64MB-bs_/64MB-bs_results.txt index af80accb824..d7dc7b07049 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-64MB-bs_/64MB-bs_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-64MB-bs_/64MB-bs_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-ranges-intersection_/ranges-intersection_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-ranges-intersection_/ranges-intersection_results.txt index 92018b5f020..223d1abaf0b 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-ranges-intersection_/ranges-intersection_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nbs-cluster1-ranges-intersection_/ranges-intersection_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-512bytes-bs_/512bytes-bs_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-512bytes-bs_/512bytes-bs_results.txt index dda1a0ac767..b28de571e45 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-512bytes-bs_/512bytes-bs_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-512bytes-bs_/512bytes-bs_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-64MB-bs_/64MB-bs_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-64MB-bs_/64MB-bs_results.txt index dc65e983c99..883428595c7 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-64MB-bs_/64MB-bs_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-64MB-bs_/64MB-bs_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-ranges-intersection_/ranges-intersection_results.txt b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-ranges-intersection_/ranges-intersection_results.txt index 49468d7a0af..095444bc0ac 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-ranges-intersection_/ranges-intersection_results.txt +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/canondata/test.test_corruption_test_suite_nfs-cluster1-ranges-intersection_/ranges-intersection_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/corruption_test_suite/tests/test-configs/cluster1.json b/cloud/blockstore/tools/ci/corruption_test_suite/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/ci/corruption_test_suite/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/ci/corruption_test_suite/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/lib/main.py b/cloud/blockstore/tools/ci/fio_performance_test_suite/lib/main.py index 856828bd6e6..b3b30d97edf 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/lib/main.py +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/lib/main.py @@ -99,6 +99,11 @@ def parse_args() -> argparse.Namespace: type=str, default=None, help='use image with the specified name to create disks') + test_arguments_group.add_argument( + '--image-folder-id', + type=str, + default=None, + help='use image from the specified folder to create disks') test_arguments_group.add_argument( '--instance-cores', type=int, @@ -142,8 +147,8 @@ def __init__( self._logger = logger self._module_factories = module_factories - self._version_method_name = None - self._instance_image_name = None + def _version_method_name(self) -> str: + raise NotImplementedError() def _run_tests( self, @@ -193,11 +198,12 @@ def run_test_suite(self) -> None: platform_id=self._args.platform_id, compute_node=self._args.compute_node, placement_group_name=self._args.placement_group_name, - image_name=self._instance_image_name, + image_name=self._args.image_name, + image_folder_id=self._args.image_folder_id, description='fio performance test') as instance: version = self._module_factories.fetch_server_version( self._args.dry_run, - self._version_method_name, + self._version_method_name(), instance.compute_node, cluster, self._logger) @@ -335,7 +341,9 @@ def __init__( logger: logging.Logger, ) -> None: super().__init__(module_factories, args, profiler, logger) - self._version_method_name = 'get_current_nbs_version' + + def _version_method_name(self) -> str: + return 'get_current_nbs_version' def _teardown_parallel_run( self, @@ -425,6 +433,7 @@ def _run_sequential_tests( type_id=translate_disk_type(self._args.cluster, test_case.type), bs=test_case.device_bs, image_name=self._args.image_name, + image_folder_id=self._args.image_folder_id, description=f'fio performance test: {test_case.name}') as disk: try: with ycp.attach_disk( @@ -473,6 +482,7 @@ def _run_parallel_tests( type_id=translate_disk_type(self._args.cluster, test_case.type), bs=test_case.device_bs, image_name=self._args.image_name, + image_folder_id=self._args.image_folder_id, auto_delete=False, description=f'fio performance test: {test_case.name}') as disk: with ycp.attach_disk( @@ -557,8 +567,9 @@ def __init__( logger: logging.Logger, ) -> None: super().__init__(module_factories, args, profiler, logger) - self._version_method_name = 'get_current_nfs_version' - self._instance_image_name = 'ubuntu-2004-eternal' + + def _version_method_name(self) -> str: + return 'get_current_nfs_version' def _mount_fs( self, diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-default_/default_results.txt index 3fdfd2a4fdc..3620f555b26 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt index 94b48b866dd..9bf0f9ff8f7 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt index 9200e8ba586..70a7868a7f9 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt index 749df66d67d..75732524e14 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt index 2ecb0ac86af..4efdcea530c 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt index c1fad84ab42..80966ba552a 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_/nrd_results.txt index 9919c14d066..924eb3c7c46 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt index cb010661fc7..685d72c27f9 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt index 5cd6c85cbaf..f2f37e0e325 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 4554ac090b5..3685393bb41 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-default_/default_results.txt index 3fdfd2a4fdc..3620f555b26 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt index 94b48b866dd..9bf0f9ff8f7 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt index 9200e8ba586..70a7868a7f9 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt index 749df66d67d..75732524e14 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt index 2ecb0ac86af..4efdcea530c 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt index c1fad84ab42..80966ba552a 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_/nrd_results.txt index 9919c14d066..924eb3c7c46 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt index cb010661fc7..685d72c27f9 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt index 5cd6c85cbaf..f2f37e0e325 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 4554ac090b5..3685393bb41 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-default_/default_results.txt index d36308d55b7..a21b9aab9b5 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt index 1693ebefbfe..08fa5b24637 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt index 62a6bdf2dfc..76d79a1b893 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt index fb45f2226c6..a00cdb2e9b3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_/nrd_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-default_/default_results.txt index d36308d55b7..a21b9aab9b5 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt index 1693ebefbfe..08fa5b24637 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt index 62a6bdf2dfc..76d79a1b893 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt index fb45f2226c6..a00cdb2e9b3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_/nrd_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_False-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-default_/default_results.txt index fcb700e7611..8fd8f995839 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt index 2a5b59355c3..26b8c397a3d 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt index cbd79b0ef89..6e60083deb6 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt index 756f8e64c4e..1a050902db3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt index d9a3347e2e8..106ee0d0477 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt index 8c14f8369b5..6e09ff98d82 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_/nrd_results.txt index 3ff446f922e..87433542500 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt index d9a3347e2e8..106ee0d0477 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt index 8c14f8369b5..6e09ff98d82 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt index ca1e3cb10e8..6b73c6bd715 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-default_/default_results.txt index fcb700e7611..8fd8f995839 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt index 2a5b59355c3..26b8c397a3d 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt index cbd79b0ef89..6e60083deb6 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt index 756f8e64c4e..1a050902db3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt index d9a3347e2e8..106ee0d0477 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt index 8c14f8369b5..6e09ff98d82 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_/nrd_results.txt index 3ff446f922e..87433542500 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt index d9a3347e2e8..106ee0d0477 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt index 8c14f8369b5..6e09ff98d82 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt index ca1e3cb10e8..6b73c6bd715 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nbs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-default_/default_results.txt index d36308d55b7..a21b9aab9b5 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt index 1693ebefbfe..08fa5b24637 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt index 62a6bdf2dfc..76d79a1b893 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt index fb45f2226c6..a00cdb2e9b3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_/nrd_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform0-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-default_/default_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-default_/default_results.txt index d36308d55b7..a21b9aab9b5 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-default_/default_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-default_/default_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt index 1693ebefbfe..08fa5b24637 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-large_block_size_/large_block_size_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt index 62a6bdf2dfc..76d79a1b893 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_bandwidth_/max_bandwidth_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt index fb45f2226c6..a00cdb2e9b3 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-max_iops_/max_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_iops_/mirrored_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-mirrored_throughput_/mirrored_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_/nrd_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_/nrd_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_/nrd_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_/nrd_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_iops_/nrd_iops_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-nrd_throughput_/nrd_throughput_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt index 534e76a134b..4a64af1850b 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/canondata/test.test_fio_performance_test_suite_True-nfs-cluster_and_platform1-overlay_disk_max_count_/overlay_disk_max_count_results.txt @@ -2,7 +2,7 @@ Command=ycp --format json --profile fake-cluster1 compute instance list --folder Input= Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/test-configs/cluster1.json b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/ci/fio_performance_test_suite/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/blockstore/tools/ci/migration_test/tests/test-configs/cluster1.json b/cloud/blockstore/tools/ci/migration_test/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/ci/migration_test/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/ci/migration_test/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/blockstore/tools/ci/relocation_test/tests/test-configs/cluster1.json b/cloud/blockstore/tools/ci/relocation_test/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/ci/relocation_test/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/ci/relocation_test/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/main.py b/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/main.py index d4d09c2ba12..4efb15de3db 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/main.py +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/lib/main.py @@ -335,6 +335,7 @@ def create_disk(self, instance: Ycp.Instance, config: DiskCreateConfig, disk_ind placement_group_name=placement_group_name, placement_group_partition_count=config.placement_group_partition_count, image_name=config.image_name, + image_folder_id=config.image_folder_id, auto_delete=False, description=f"Eternal test: {self.args.test_case}") as disk: @@ -414,6 +415,7 @@ def create_and_configure_vm(self, vm_idx=None, skip_fs_create=False) -> Ycp.Inst cores=8, memory=8, image_name=self.test_config.ycp_config.image_name, + image_folder_id=self.test_config.ycp_config.folder.image_folder_id, platform_id=self.test_config.ycp_config.folder.platform_id, compute_node=self.args.compute_node, placement_group_name=placement_group_name, 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 0409634c500..2d56fb8cd1e 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 @@ -30,6 +30,7 @@ class DiskCreateConfig(ITestCreateConfig): encrypted: bool placement_group_name: str image_name: str + image_folder_id: str initial_size: int block_count: int @@ -43,6 +44,7 @@ def __init__( placement_group_name=None, placement_group_partition_count=None, image_name=None, + image_folder_id=None, initial_size=None, block_count=None, preferred_platform_id=None): @@ -59,6 +61,7 @@ def __init__( self.placement_group_name = placement_group_name self.placement_group_partition_count = placement_group_partition_count self.image_name = image_name + self.image_folder_id = image_folder_id self.initial_size = initial_size or size self.preferred_platform_id = preferred_platform_id diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_fio_test_ok_setup-fio-eternal-alternating-seq-rw-1tb-nfs-4kib-4clients-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_fio_test_ok_setup-fio-eternal-alternating-seq-rw-1tb-nfs-4kib-4clients-cluster1_/testing_out_stuff_results.txt index c270b09d3c7..e288bb1a1f0 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_fio_test_ok_setup-fio-eternal-alternating-seq-rw-1tb-nfs-4kib-4clients-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_fio_test_ok_setup-fio-eternal-alternating-seq-rw-1tb-nfs-4kib-4clients-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= @@ -20,7 +20,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= @@ -36,7 +36,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= @@ -52,7 +52,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-1023gb-nonrepl-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-1023gb-nonrepl-cluster1_/testing_out_stuff_results.txt index 165fd3e2053..aac86010fee 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-1023gb-nonrepl-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-1023gb-nonrepl-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-4tb-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-4tb-cluster1_/testing_out_stuff_results.txt index 59fe1ef521b..31cbde7c0ec 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-4tb-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-4tb-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-640gb-verify-checkpoint-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-640gb-verify-checkpoint-cluster1_/testing_out_stuff_results.txt index 901151564c6..9c52d330f18 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-640gb-verify-checkpoint-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-640gb-verify-checkpoint-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-big-hdd-nonrepl-diff-size-reqs-1-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-big-hdd-nonrepl-diff-size-reqs-1-cluster1_/testing_out_stuff_results.txt index a50eb74746d..69ca6cb1c16 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-big-hdd-nonrepl-diff-size-reqs-1-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-big-hdd-nonrepl-diff-size-reqs-1-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-relocation-network-ssd-cluster1_/testing_out_stuff_results.txt b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-relocation-network-ssd-cluster1_/testing_out_stuff_results.txt index fb703386d20..d896d3b8e1f 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-relocation-network-ssd-cluster1_/testing_out_stuff_results.txt +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/canondata/test.test_eternal_load_test_setup-test-eternal-relocation-network-ssd-cluster1_/testing_out_stuff_results.txt @@ -4,7 +4,7 @@ Command=ycp --format json --profile cluster1 compute placement-group list --fold Input= Command=ycp --format json --profile cluster1 compute placement-group create --request - Input= -Command=ycp --format json --profile cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile cluster1 compute instance create --request - Input= diff --git a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/test-configs/cluster1.json b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/test-configs/cluster1.json +++ b/cloud/blockstore/tools/testing/eternal_tests/test_runner/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, diff --git a/cloud/disk_manager/test/acceptance/test_runner/lib/ut/test-configs/testing.json b/cloud/disk_manager/test/acceptance/test_runner/lib/ut/test-configs/testing.json index 3eab9c0afd3..a5e8c7ccdd6 100644 --- a/cloud/disk_manager/test/acceptance/test_runner/lib/ut/test-configs/testing.json +++ b/cloud/disk_manager/test/acceptance/test_runner/lib/ut/test-configs/testing.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -48,3 +51,4 @@ "name": "fake-cluster1", "solomon_cluster": "fake-cluster1" } + diff --git a/cloud/filestore/tests/build_arcadia_test/common.py b/cloud/filestore/tests/build_arcadia_test/common.py index 032efc5c924..abc304c4ab3 100644 --- a/cloud/filestore/tests/build_arcadia_test/common.py +++ b/cloud/filestore/tests/build_arcadia_test/common.py @@ -104,6 +104,7 @@ def create_instance( memory: int, compute_node: str, image_name: str, + image_folder_id: str, platform_ids: list[str], description: str, logger @@ -119,6 +120,7 @@ def create_instance( memory=memory, compute_node=compute_node, image_name=image_name, + image_folder_id=image_folder_id, platform_id=platform_id, description=description) as instance: created = True diff --git a/cloud/filestore/tests/build_arcadia_test/entrypoint.py b/cloud/filestore/tests/build_arcadia_test/entrypoint.py index 4a40f7b90f4..a68b8c7c1f7 100644 --- a/cloud/filestore/tests/build_arcadia_test/entrypoint.py +++ b/cloud/filestore/tests/build_arcadia_test/entrypoint.py @@ -36,6 +36,16 @@ def _parse_args(): type=str, default=None, help='run test at the specified compute node') + test_arguments_group.add_argument( + '--image-name', + type=str, + default=_IMAGE_NAME, + help='use image with the specified name to create disks') + test_arguments_group.add_argument( + '--image-folder-id', + type=str, + default=None, + help='use image from the specified folder to create disks') test_arguments_group.add_argument( '--test-case', type=str, @@ -91,7 +101,8 @@ def _run_build_test(parser, args, logger, modes: tp.Dict[tp.Callable[..., tp.Any _TEST_INSTANCE_CORES, _TEST_INSTANCE_MEMORY, args.compute_node, - _IMAGE_NAME, + args.image_name, + args.image_folder_id, args.platform_ids, None if args.dry_run else f'build arcadia test at {datetime.now()}', logger) as instance: diff --git a/cloud/filestore/tests/xfs_suite/lib/main.py b/cloud/filestore/tests/xfs_suite/lib/main.py index 42c52eefac3..bd75da807a3 100644 --- a/cloud/filestore/tests/xfs_suite/lib/main.py +++ b/cloud/filestore/tests/xfs_suite/lib/main.py @@ -75,6 +75,11 @@ def parse_args(): '--image-name', type=str, default=_DEFAULT_IMAGE_NAME) + test_arguments_group.add_argument( + '--image-folder-id', + type=str, + default=None, + help='use image from the specified folder to create disks') test_arguments_group.add_argument( '--cores', type=int, @@ -215,7 +220,8 @@ def run(module_factories, parser, args, logger): cores=args.cores, memory=args.memory, compute_node=args.compute_node, - image_name=args.image_name) as instance: + image_name=args.image_name, + image_folder_id=args.image_folder_id) as instance: logger.info( f'Waiting until instance becomes available via ssh') helpers.wait_until_instance_becomes_available_via_ssh(instance.ip) diff --git a/cloud/filestore/tests/xfs_suite/tests/canondata/test.test_xfs_test_suite_cluster1-virtiofs-default.sh_/virtiofs_cluster1_results.txt b/cloud/filestore/tests/xfs_suite/tests/canondata/test.test_xfs_test_suite_cluster1-virtiofs-default.sh_/virtiofs_cluster1_results.txt index 4be91d7c460..faf302a508f 100644 --- a/cloud/filestore/tests/xfs_suite/tests/canondata/test.test_xfs_test_suite_cluster1-virtiofs-default.sh_/virtiofs_cluster1_results.txt +++ b/cloud/filestore/tests/xfs_suite/tests/canondata/test.test_xfs_test_suite_cluster1-virtiofs-default.sh_/virtiofs_cluster1_results.txt @@ -1,6 +1,6 @@ Command=ycp --format json --profile fake-cluster1 vpc subnet list --folder-id fake-folder Input= -Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-folder +Command=ycp --format json --profile fake-cluster1 compute image list --folder-id fake-images-folder1 Input= Command=ycp --format json --profile fake-cluster1 compute instance create --request - Input= diff --git a/cloud/filestore/tests/xfs_suite/tests/test-configs/cluster1.json b/cloud/filestore/tests/xfs_suite/tests/test-configs/cluster1.json index 2a3c73ec807..a5e8c7ccdd6 100644 --- a/cloud/filestore/tests/xfs_suite/tests/test-configs/cluster1.json +++ b/cloud/filestore/tests/xfs_suite/tests/test-configs/cluster1.json @@ -8,6 +8,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name1", + "image_folder_id": "fake-images-folder1", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -20,6 +21,7 @@ "folder_id": "fake-folder", "hot_attach_fs": true, "image_name": "fake-name2", + "image_folder_id": "fake-images-folder2", "platform_id": null, "service_account_id": null, "subnet_id": null, @@ -32,6 +34,7 @@ "folder_id": "nbs.tests.folder", "hot_attach_fs": true, "image_name": "fake-name3", + "image_folder_id": "fake-images-folder3", "platform_id": null, "service_account_id": null, "subnet_id": null,