From 3497f3b23a8e273bdca3c04cc3e6242a6bf8b69f Mon Sep 17 00:00:00 2001 From: "a.lipay" Date: Mon, 12 Dec 2022 18:52:15 +0300 Subject: [PATCH] Add load_param file, delete old tests, new universal, parametrized test, add stop unused nodes function. Signed-off-by: a.lipay --- pytest_tests/resources/load_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/resources/load_params.py b/pytest_tests/resources/load_params.py index 85b5472..9a3b622 100644 --- a/pytest_tests/resources/load_params.py +++ b/pytest_tests/resources/load_params.py @@ -23,5 +23,5 @@ LOAD_TYPE = os.getenv("LOAD_TYPE", "grpc").split(",") LOAD_NODES_COUNT = os.getenv("LOAD_NODES_COUNT", "1").split(",") STORAGE_NODE_COUNT = os.getenv("STORAGE_NODE_COUNT", "4").split(",") CONTAINER_PLACEMENT_POLICY = os.getenv( - "STORAGE_NODE_COUNT", "REP 1 IN X CBF 1 SELECT 1 FROM * AS X" + "CONTAINER_PLACEMENT_POLICY", "REP 1 IN X CBF 1 SELECT 1 FROM * AS X" )