Correct paths, add load mark to pytest.ini

Signed-off-by: a.lipay <a.lipay@yadro.com>
support/v0.34
a.lipay 2022-10-21 00:13:33 +03:00 committed by Vladimir
parent b662418e42
commit 3f41fbc14b
4 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@ from time import sleep
import allure
from neofs_testlib.shell import Shell
from pytest_tests.helpers.remote_process import RemoteProcess
from remote_process import RemoteProcess
EXIT_RESULT_CODE = 0

View File

@ -26,3 +26,4 @@ markers =
add_nodes: add nodes to cluster
check_binaries: check neofs installed binaries versions
payments: tests for payment associated operations
load: performance tests

View File

@ -6,7 +6,7 @@ from common import STORAGE_NODE_SERVICE_NAME_REGEX
from neofs_testlib.hosting import Hosting
from neofs_testlib.shell import SSHShell
from pytest_tests.helpers.k6 import K6, LoadParams, LoadResults
from k6 import K6, LoadParams, LoadResults
@allure.title("Get storage host endpoints")

View File

@ -3,8 +3,8 @@ import pytest
from common import LOAD_NODE_SSH_PRIVATE_KEY_PATH, LOAD_NODE_SSH_USER, LOAD_NODES
from neofs_testlib.hosting import Hosting
from pytest_tests.helpers.k6 import LoadParams
from pytest_tests.steps.load import (
from k6 import LoadParams
from load import (
clear_cache_and_data,
get_storage_host_endpoints,
multi_node_k6_run,