mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +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:
|
||||
@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")
|
||||
def setup_main_nodes(self, request):
|
||||
logger.debug(f"Running fixture setup: {inspect.currentframe().f_code.co_name}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user