@@ -6,8 +6,8 @@ Feature: Backend Processes
66Scenario 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
1313Examples : Centos
@@ -23,8 +23,8 @@ Examples: Debian
2323Scenario 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
3030Examples : Centos
@@ -57,8 +57,8 @@ Examples: Debian
5757Scenario 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
6464Examples : 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
8282Examples : Centos
0 commit comments