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: