This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify fleet and stand-alone suites (#1112)
* fix agent uninstall * unify fleet and stand alone suites * move things around a bit more * fixe bad merge * simplify some things (cherry picked from commit 77a2c55) # Conflicts: # e2e/_suites/fleet/features/apm_integration.feature # e2e/_suites/fleet/fleet.go # e2e/_suites/fleet/stand-alone.go # e2e/_suites/fleet/world.go
- Loading branch information
Showing
5 changed files
with
292 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@apm_server | ||
Feature: APM Integration | ||
Scenarios for APM | ||
|
||
@install | ||
Scenario Outline: Deploying a <image> stand-alone agent with fleet server mode | ||
Given a "<image>" stand-alone agent is deployed with fleet server mode | ||
And the stand-alone agent is listed in Fleet as "online" | ||
When the "Elastic APM" integration is added in the policy | ||
Then the "Elastic APM" datasource is shown in the policy as added | ||
And the "apm-server" process is in the "started" state on the host | ||
|
||
|
||
@default | ||
Examples: default | ||
| image | | ||
| default | | ||
|
||
|
||
|
||
@cloud | ||
Scenario Outline: Deploying a <image> stand-alone agent with fleet server mode on cloud | ||
When a "<image>" stand-alone agent is deployed with fleet server mode on cloud | ||
Then the "apm-server" process is in the "started" state on the host | ||
|
||
|
||
@default | ||
Examples: default | ||
| image | | ||
| default | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.