Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: use 2 instances for background processes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed May 17, 2021
1 parent 71de8c4 commit 7c0237b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/_suites/fleet/features/backend_processes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Scenario Outline: Restarting the <os> host with persistent agent restarts backen
Given a "<os>" agent is deployed to Fleet with "tar" installer
When the host is restarted
Then the "elastic-agent" process is in the "started" state on the host
And there are "1" instances of the "filebeat" process in the "started" state
And there are "1" instances of the "metricbeat" process in the "started" state
And there are "2" instances of the "filebeat" process in the "started" state
And there are "2" instances of the "metricbeat" process in the "started" state

@centos
Examples: Centos
Expand Down

0 comments on commit 7c0237b

Please sign in to comment.