forked from TrueCloudLab/frostfs-testcases
Correct paths, add load mark to pytest.ini
Signed-off-by: a.lipay <a.lipay@yadro.com>
This commit is contained in:
parent
b662418e42
commit
3f41fbc14b
4 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ from time import sleep
|
||||||
import allure
|
import allure
|
||||||
from neofs_testlib.shell import Shell
|
from neofs_testlib.shell import Shell
|
||||||
|
|
||||||
from pytest_tests.helpers.remote_process import RemoteProcess
|
from remote_process import RemoteProcess
|
||||||
|
|
||||||
EXIT_RESULT_CODE = 0
|
EXIT_RESULT_CODE = 0
|
||||||
|
|
||||||
|
|
|
@ -26,3 +26,4 @@ markers =
|
||||||
add_nodes: add nodes to cluster
|
add_nodes: add nodes to cluster
|
||||||
check_binaries: check neofs installed binaries versions
|
check_binaries: check neofs installed binaries versions
|
||||||
payments: tests for payment associated operations
|
payments: tests for payment associated operations
|
||||||
|
load: performance tests
|
||||||
|
|
|
@ -6,7 +6,7 @@ from common import STORAGE_NODE_SERVICE_NAME_REGEX
|
||||||
from neofs_testlib.hosting import Hosting
|
from neofs_testlib.hosting import Hosting
|
||||||
from neofs_testlib.shell import SSHShell
|
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")
|
@allure.title("Get storage host endpoints")
|
||||||
|
|
|
@ -3,8 +3,8 @@ import pytest
|
||||||
from common import LOAD_NODE_SSH_PRIVATE_KEY_PATH, LOAD_NODE_SSH_USER, LOAD_NODES
|
from common import LOAD_NODE_SSH_PRIVATE_KEY_PATH, LOAD_NODE_SSH_USER, LOAD_NODES
|
||||||
from neofs_testlib.hosting import Hosting
|
from neofs_testlib.hosting import Hosting
|
||||||
|
|
||||||
from pytest_tests.helpers.k6 import LoadParams
|
from k6 import LoadParams
|
||||||
from pytest_tests.steps.load import (
|
from load import (
|
||||||
clear_cache_and_data,
|
clear_cache_and_data,
|
||||||
get_storage_host_endpoints,
|
get_storage_host_endpoints,
|
||||||
multi_node_k6_run,
|
multi_node_k6_run,
|
||||||
|
|
Loading…
Reference in a new issue