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.
Add basic tests for the Linux integration (#924)
* Add basic tests for the Linux integration * fix little bits
- Loading branch information
Showing
4 changed files
with
183 additions
and
34 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
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,21 @@ | ||
@linux_integration | ||
Feature: Linux Integration | ||
Scenarios for Linux integration | ||
|
||
@ingest | ||
Scenario Outline: Adding the Linux Integration to an Agent ... | ||
Given a "<os>" agent is deployed to Fleet with "tar" installer | ||
And the agent is listed in Fleet as "online" | ||
When the "Linux" integration is "added" in the policy | ||
Then the "Linux" datasource is shown in the policy as added | ||
And a Linux data stream exists with some data | ||
|
||
@centos | ||
Examples: Centos | ||
| os | | ||
| centos | | ||
|
||
@debian | ||
Examples: Debian | ||
| os | | ||
| debian | |
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