mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
test: add main_nodes as cluster setup
This commit is contained in:
parent
2fc0cd1974
commit
0d32bcd61c
@ -10,6 +10,11 @@ logger = get_custom_logger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class StepsCommon:
|
class StepsCommon:
|
||||||
|
@pytest.fixture(scope="function", autouse=True)
|
||||||
|
def cluster_setup(self):
|
||||||
|
logger.debug(f"Running fixture setup: {inspect.currentframe().f_code.co_name}")
|
||||||
|
self.main_nodes = []
|
||||||
|
|
||||||
@pytest.fixture(scope="function")
|
@pytest.fixture(scope="function")
|
||||||
def setup_main_nodes(self, request):
|
def setup_main_nodes(self, request):
|
||||||
logger.debug(f"Running fixture setup: {inspect.currentframe().f_code.co_name}")
|
logger.debug(f"Running fixture setup: {inspect.currentframe().f_code.co_name}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user