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

Commit 96e42ea

Browse files
committed
fix: update background processes to 2 instances
1 parent bb68342 commit 96e42ea

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

e2e/_suites/fleet/features/backend_processes.feature

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Feature: Backend Processes
66
Scenario Outline: Deploying the <os> agent
77
Given a "<os>" agent is deployed to Fleet with "tar" installer
88
When the "elastic-agent" process is in the "started" state on the host
9-
Then there are "1" instances of the "filebeat" process in the "started" state
10-
And there are "1" instances of the "metricbeat" process in the "started" state
9+
Then there are "2" instances of the "filebeat" process in the "started" state
10+
And there are "2" instances of the "metricbeat" process in the "started" state
1111

1212
@centos
1313
Examples: Centos
@@ -23,8 +23,8 @@ Examples: Debian
2323
Scenario Outline: Deploying the <os> agent with enroll and then run on rpm and deb
2424
Given a "<os>" agent is deployed to Fleet
2525
When the "elastic-agent" process is in the "started" state on the host
26-
Then there are "1" instances of the "filebeat" process in the "started" state
27-
And there are "1" instances of the "metricbeat" process in the "started" state
26+
Then there are "2" instances of the "filebeat" process in the "started" state
27+
And there are "2" instances of the "metricbeat" process in the "started" state
2828

2929
@centos
3030
Examples: Centos
@@ -57,8 +57,8 @@ Examples: Debian
5757
Scenario Outline: Restarting the installed <os> agent
5858
Given a "<os>" agent is deployed to Fleet with "tar" installer
5959
When the "elastic-agent" process is "restarted" on the host
60-
Then there are "1" instances of the "filebeat" process in the "started" state
61-
And there are "1" instances of the "metricbeat" process in the "started" state
60+
Then there are "2" instances of the "filebeat" process in the "started" state
61+
And there are "2" instances of the "metricbeat" process in the "started" state
6262

6363
@centos
6464
Examples: Centos
@@ -75,8 +75,8 @@ Scenario Outline: Restarting the <os> host with persistent agent restarts backen
7575
Given a "<os>" agent is deployed to Fleet with "tar" installer
7676
When the host is restarted
7777
Then the "elastic-agent" process is in the "started" state on the host
78-
And there are "1" instances of the "filebeat" process in the "started" state
79-
And there are "1" instances of the "metricbeat" process in the "started" state
78+
And there are "2" instances of the "filebeat" process in the "started" state
79+
And there are "2" instances of the "metricbeat" process in the "started" state
8080

8181
@centos
8282
Examples: Centos

0 commit comments

Comments
 (0)