aws

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAWSRunner

func NewAWSRunner(cfg remote.Config) remote.Runner

Types

type AWSImage

type AWSImage struct {
	AmiID           string   `json:"ami_id"`
	SSMPath         string   `json:"ssm_path,omitempty"`
	InstanceType    string   `json:"instance_type,omitempty"`
	UserData        string   `json:"user_data_file,omitempty"`
	InstanceProfile string   `json:"instance_profile,omitempty"`
	Tests           []string `json:"tests,omitempty"`
}

type AWSImageConfig

type AWSImageConfig struct {
	Images map[string]AWSImage `json:"images"`
}

type AWSRunner

type AWSRunner struct {
	// contains filtered or unexported fields
}

func (*AWSRunner) StartTests

func (a *AWSRunner) StartTests(suite remote.TestSuite, archivePath string, results chan *remote.TestResult) (numTests int)

func (*AWSRunner) Validate

func (a *AWSRunner) Validate() error

Jump to

Keyboard shortcuts

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