test

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyInputOverrides added in v0.6.0

func ApplyInputOverrides(overrides *Overrides, input *Input)

ApplyInputOverride will check if config had global overrides and write that into the test.

func DescribeYamlError added in v0.6.0

func DescribeYamlError(yamlError error) string

Types

type FTWTest

type FTWTest schema.FTWTest

func GetTestFromYaml

func GetTestFromYaml(testYaml []byte) (ftwTest *FTWTest, err error)

GetTestFromYaml will get the tests to be processed from a YAML string.

func GetTestsFromFiles

func GetTestsFromFiles(globPattern string) ([]*FTWTest, error)

GetTestsFromFiles will get the files to be processed. If some file has yaml error, will stop processing and return the error with the partial list of files read.

func (*FTWTest) GetLinesFromTest

func (f *FTWTest) GetLinesFromTest(testName string) (int, error)

GetLinesFromTest get the output lines from a test name, to show in errors

type Input

type Input schema.Input

func (*Input) GetAutocompleteHeaders added in v0.6.4

func (i *Input) GetAutocompleteHeaders() bool

GetAutocompleteHeaders returns the autocompleteHeaders value, defaults to true

func (*Input) GetDestAddr

func (i *Input) GetDestAddr() string

GetDestAddr returns the proper semantic when the field is empty

func (*Input) GetHeaders added in v0.6.4

func (i *Input) GetHeaders() ftwhttp.Header

GetHeaders returns the headers wrapped in a ftwhttp.Header

func (*Input) GetMethod

func (i *Input) GetMethod() string

GetMethod returns the proper semantic when the field is empty

func (*Input) GetPort

func (i *Input) GetPort() int

GetPort returns the proper semantic when the field is empty

func (*Input) GetProtocol

func (i *Input) GetProtocol() string

GetProtocol returns the proper semantic when the field is empty

func (*Input) GetRawRequest

func (i *Input) GetRawRequest() ([]byte, error)

GetRawRequest returns the proper raw data, and error if there was none

func (*Input) GetURI

func (i *Input) GetURI() string

GetURI returns the proper semantic when the field is empty

func (*Input) GetVersion

func (i *Input) GetVersion() string

GetVersion returns the proper semantic when the field is empty

func (*Input) ParseData

func (i *Input) ParseData() []byte

ParseData returns the data from the test. Will parse and interpret Go text/template inside it.

type Output

type Output schema.Output

type Overrides added in v0.4.9

type Overrides struct {
	DestAddr   *string        `yaml:"dest_addr,omitempty" koanf:"dest_addr,omitempty"`
	Port       *int           `yaml:"port,omitempty" koanf:"port,omitempty"`
	Protocol   *string        `yaml:"protocol,omitempty" koanf:"protocol,omitempty"`
	URI        *string        `yaml:"uri,omitempty" koanf:"uri,omitempty"`
	Version    *string        `yaml:"version,omitempty" koanf:"version,omitempty"`
	Headers    ftwhttp.Header `yaml:"headers,omitempty" koanf:"headers,omitempty"`
	Method     *string        `yaml:"method,omitempty" koanf:"method,omitempty"`
	Data       *string        `yaml:"data,omitempty" koanf:"data,omitempty"`
	SaveCookie *bool          `yaml:"save_cookie,omitempty" koanf:"save_cookie,omitempty"`
	// Deprecated: replaced with AutocompleteHeaders
	StopMagic               *bool   `yaml:"stop_magic" koanf:"stop_magic,omitempty"`
	AutocompleteHeaders     *bool   `yaml:"autocomplete_headers" koanf:"autocomplete_headers,omitempty"`
	EncodedRequest          *string `yaml:"encoded_request,omitempty" koanf:"encoded_request,omitempty"`
	RAWRequest              *string `yaml:"raw_request,omitempty" koanf:"raw_request,omitempty"`
	OverrideEmptyHostHeader *bool   `yaml:"override_empty_host_header,omitempty" koanf:"override_empty_host_header,omitempty"`
}

Overrides represents the overridden inputs that have to be applied to tests

Jump to

Keyboard shortcuts

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