[#268] Mark maintenance mode tests as failover
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
This commit is contained in:
parent
741102ec17
commit
35b872dc66
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ check_nodes: list[StorageNode] = []
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.node_mgmt
|
@pytest.mark.node_mgmt
|
||||||
|
@pytest.mark.failover
|
||||||
@pytest.mark.order(10)
|
@pytest.mark.order(10)
|
||||||
class TestNodeManagement(ClusterTestBase):
|
class TestNodeManagement(ClusterTestBase):
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
@ -321,6 +322,7 @@ class TestNodeManagement(ClusterTestBase):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.maintenance
|
@pytest.mark.maintenance
|
||||||
|
@pytest.mark.failover
|
||||||
@pytest.mark.order(9)
|
@pytest.mark.order(9)
|
||||||
class TestMaintenanceMode(ClusterTestBase):
|
class TestMaintenanceMode(ClusterTestBase):
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
|
|
Loading…
Reference in a new issue