You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim here is to verify if the agent has a state other than never_connected and is added to a Y group by API tools. The nodes have registered the agent with group Y.
Test Details
Case 1:
Given a configured master And two workers configured And an agent connects to the master node And the agent with state Active And the agent is add to new group Y by API. Then each node has the agent with its Y group after X seconds
Case 2:
Given a configured master And two workers configured And an agent connects to the master node And the agent with state Disconnected And the agent is add to new group Y by API. Then each node has the agent with its Y group after X seconds
Case 3:
Given a configured master And two workers configured And an agent connects to the worker nodes And the agent with state Active And the agent is add to new group Y by API. Then each node has the agent with its Y group after X seconds
Case 4:
Given a configured master And two workers configured And an agent connects to the worker nodes And the agent with state Disconnected And the agent is add to new group Y by API. Then each node has the agent with its Y group after X seconds
Note:
X: Estimated time for complete information synchronization, minimum 2*Z --- worker1 -> master -> worker1/2
Z: Cluster synchronization period (default 10 seconds)
The text was updated successfully, but these errors were encountered:
damarisg
changed the title
ST: WazuhDB - Tier 0: Verify that the agent with group "Y" is added to the nodes, if the agent status is different than "never_connected", and is assigned to group "Y" by API.
System Test - Wazuh DB (T0): The agent with state different than never_connected is added to a "Y" group by API
Jan 31, 2022
Description
The aim here is to verify if the agent has a state other than never_connected and is added to a Y group by API tools. The nodes have registered the agent with group Y.
Test Details
Case 1:
Given a configured master
And two workers configured
And an agent connects to the master node
And the agent with state
Active
And the agent is add to new group
Y
byAPI
.Then each node has the agent with its
Y
group afterX
secondsCase 2:
Given a configured master
And two workers configured
And an agent connects to the master node
And the agent with state
Disconnected
And the agent is add to new group
Y
byAPI
.Then each node has the agent with its
Y
group afterX
secondsCase 3:
Given a configured master
And two workers configured
And an agent connects to the worker nodes
And the agent with state
Active
And the agent is add to new group
Y
byAPI
.Then each node has the agent with its
Y
group afterX
secondsCase 4:
Given a configured master
And two workers configured
And an agent connects to the worker nodes
And the agent with state
Disconnected
And the agent is add to new group
Y
byAPI
.Then each node has the agent with its
Y
group afterX
secondsNote:
The text was updated successfully, but these errors were encountered: