From ba37800e5287f1b776f0bab4acaa316423faf1da Mon Sep 17 00:00:00 2001 From: Kirill Pleshivtsev Date: Sun, 29 Sep 2024 18:15:15 +0700 Subject: [PATCH] Fix sync with arcadia (#2167) * Fix sync with arcadia * Fix deps --- cloud/filestore/tests/auth/new/ya.make | 1 + cloud/filestore/tests/ya.make | 1 + cloud/storage/core/tests/recipes/ya.make | 1 + .../testing/access_service_new/lib/__init__.py | 18 +++++++++--------- cloud/storage/core/tools/testing/ya.make | 1 + 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/cloud/filestore/tests/auth/new/ya.make b/cloud/filestore/tests/auth/new/ya.make index 485a9f3239..0326db3a0b 100644 --- a/cloud/filestore/tests/auth/new/ya.make +++ b/cloud/filestore/tests/auth/new/ya.make @@ -10,6 +10,7 @@ TEST_SRCS( DEPENDS( cloud/filestore/apps/client cloud/storage/core/tools/testing/access_service_new/mock + cloud/storage/core/tools/testing/access_service/mock ) DATA( diff --git a/cloud/filestore/tests/ya.make b/cloud/filestore/tests/ya.make index 8a75cd80d7..e81b49d328 100644 --- a/cloud/filestore/tests/ya.make +++ b/cloud/filestore/tests/ya.make @@ -4,6 +4,7 @@ RECURSE( ) RECURSE_FOR_TESTS( + auth build_arcadia_test client config_dispatcher diff --git a/cloud/storage/core/tests/recipes/ya.make b/cloud/storage/core/tests/recipes/ya.make index d74d5d7c48..20de098b82 100644 --- a/cloud/storage/core/tests/recipes/ya.make +++ b/cloud/storage/core/tests/recipes/ya.make @@ -1,5 +1,6 @@ RECURSE( access-service + access-service-new qemu virtiofs-server ) diff --git a/cloud/storage/core/tools/testing/access_service_new/lib/__init__.py b/cloud/storage/core/tools/testing/access_service_new/lib/__init__.py index f34e9a05d3..ab3152a1a9 100644 --- a/cloud/storage/core/tools/testing/access_service_new/lib/__init__.py +++ b/cloud/storage/core/tools/testing/access_service_new/lib/__init__.py @@ -33,15 +33,15 @@ class NewAccessService: access_service_type = "Nebius_v1" def __init__( - self, - host: str, - port: int, - control_port: int, - working_dir: str | None=None, - binary_path: str | None=None, - cert_file: str="", - cert_key_file: str="", - ): + self, + host: str, + port: int, + control_port: int, + working_dir: str | None = None, + binary_path: str | None = None, + cert_file: str = "", + cert_key_file: str = "", + ): if working_dir is None: working_dir = get_unique_path_for_current_test( output_path=yatest_common.output_path(), diff --git a/cloud/storage/core/tools/testing/ya.make b/cloud/storage/core/tools/testing/ya.make index 270a655cc3..a299f2e974 100644 --- a/cloud/storage/core/tools/testing/ya.make +++ b/cloud/storage/core/tools/testing/ya.make @@ -1,5 +1,6 @@ RECURSE( access_service + access_service_new fio pssh-mock qemu