environments

package
v0.52.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package environments contains the definitions of the different environments that can be used in a test.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerHost

type DockerHost struct {
	AwsEnvironment *aws.Environment
	// Components
	RemoteHost *components.RemoteHost
	FakeIntake *components.FakeIntake
	Agent      *components.DockerAgent

	// Other clients
	Docker *client.Docker
}

DockerHost is an environment that contains a Docker VM, FakeIntake and Agent configured to talk to each other.

func (*DockerHost) Init

func (e *DockerHost) Init(ctx e2e.Context) error

Init initializes the environment

type Host

type Host struct {
	AwsEnvironment *aws.Environment
	// Components
	RemoteHost *components.RemoteHost
	FakeIntake *components.FakeIntake
	Agent      *components.RemoteHostAgent
}

Host is an environment that contains a Host, FakeIntake and Agent configured to talk to each other.

func (*Host) Init

func (e *Host) Init(ctx e2e.Context) error

Init initializes the environment

Directories

Path Synopsis
aws
docker
Package awsdocker contains the definition of the AWS Docker environment.
Package awsdocker contains the definition of the AWS Docker environment.
host
Package awshost contains the definition of the AWS Host environment.
Package awshost contains the definition of the AWS Host environment.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL