Skip to content

Commit 95021e1

Browse files
ycombinatorpchila
andauthored
Clarify that Agent package used by integration tests relies on Beats unified release (#5638)
* Clarify that Agent package used by integration tests relies on Beats unified release * Update docs/test-framework-dev-guide.md Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> --------- Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
1 parent 3fe5741 commit 95021e1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/test-framework-dev-guide.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ provides a high level overview of the testing framework.
1212

1313
### Dependencies
1414

15-
Go version should be at least the same than the one in [.go-version](https://github.com/elastic/elastic-agent/blob/main/.go-version) file at the root of this repository
15+
#### Go version
16+
Go version should be at least the same than the one in [.go-version](https://github.com/elastic/elastic-agent/blob/main/.go-version) file at the root of this repository.
1617

17-
[GCloud CLI](https://cloud.google.com/sdk/gcloud)
18+
19+
### GCloud CLI
20+
The integration testing framework spins up resources in GCP. To achieve this, it needs the
21+
[GCloud CLI](https://cloud.google.com/sdk/gcloud) to be installed on the system where the tests are initiated from.
22+
23+
### Beats
24+
The Elastic Agent package that is used for integration tests packages Beats built from the Unified Release (as opposed to DRA). There is no explicit action needed for this prerequisite but just keep in mind that if any Agent integration tests rely on certain Beats features or bugfixes, they may not be available in the integration tests yet because a unified release containing those features or bugfixes may not have happened yet.
1825

1926
### Configuration
2027

0 commit comments

Comments
 (0)