package
8.15.2+incompatible
Repository: https://github.com/elastic/elastic-agent.git
Documentation: pkg.go.dev
# Functions
DetermineBatches parses the package directory with the possible extra build tags to determine the set of batches for the package.
NewFixtureFromLocalBuild returns a new Elastic Agent testing fixture with a LocalFetcher and the agent logging to the test logger.
NewFixtureWithBinary returns a new Elastic Agent testing fixture with a LocalFetcher and the agent logging to the test logger.
Require defines what this test requires for it to be run by the test runner.
ValidateDir parses a directory and ensures that every test first function call is to `define.Require`.
Version returns the version of the Elastic Agent the tests should be using.
# Structs
Batch is a grouping of tests that all have the same requirements.
BatchPackageTest is a specific test in a package.
BatchPackageTests is a package and its tests that belong to a batch.
No description provided by the author
OS defines an operating system, architecture, version and distribution combination.
Requirements defines the testing requirements for the test to run.
Stack defines the stack required for the test.