From 49e1019a2c2e508df24f0740fc2a1fb41f35e19f Mon Sep 17 00:00:00 2001 From: Andrey Berezin Date: Thu, 27 Jul 2023 12:05:49 +0300 Subject: [PATCH] Fix method name Signed-off-by: Andrey Berezin --- Makefile | 2 +- pytest_tests/testsuites/failovers/test_failover_storage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f23a65..748ec35 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ create: ${VENV_DIR} ${VENV_DIR}: @echo Create virtual environment ${VENV_DIR} - virtualenv --python=python${PYTHON_VERSION} --prompt=frostfs-testlib ${VENV_DIR} + virtualenv --python=python${PYTHON_VERSION} --prompt=${VENV_NAME} ${VENV_DIR} requirements: @echo Isntalling pip requirements diff --git a/pytest_tests/testsuites/failovers/test_failover_storage.py b/pytest_tests/testsuites/failovers/test_failover_storage.py index d126fb4..cd56f09 100644 --- a/pytest_tests/testsuites/failovers/test_failover_storage.py +++ b/pytest_tests/testsuites/failovers/test_failover_storage.py @@ -69,7 +69,7 @@ def after_run_return_all_stopped_services(cluster_state_controller: ClusterState @pytest.fixture(scope="function") def after_run_return_all_stopped_s3(cluster_state_controller: ClusterStateController): yield - cluster_state_controller.start_stopped_s3_gate() + cluster_state_controller.start_stopped_s3_gates() def panic_reboot_host(host: Host) -> None: