testsuite

package
v0.0.0-...-696ba86 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HTTPAppName  = "http-server"
	HTTPAppImage = "nginx"
)

Variables

This section is empty.

Functions

func FunctionAPIGatewayTest

func FunctionAPIGatewayTest(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

func FunctionCloudEventsTest

func FunctionCloudEventsTest(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

func FunctionTracingTest

func FunctionTracingTest(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

func GitAuthTestSteps

func GitAuthTestSteps(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

func GitopsSteps

func GitopsSteps(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

func SimpleFunctionTest

func SimpleFunctionTest(restConfig *rest.Config, cfg internal.Config, logf *logrus.Entry) (executor.Step, error)

Types

type AzureRepo

type AzureRepo struct {
	Reference string `envconfig:"default=main"`
	URL       string `envconfig:"default=https://kyma-wookiee@dev.azure.com/kyma-wookiee/kyma-function/_git/kyma-function"`
	BaseDir   string `envconfig:"default=/code"`
	BasicAuth
}

type BasicAuth

type BasicAuth struct {
	Username string
	Password string
}

type GithubRepo

type GithubRepo struct {
	Reference string `envconfig:"default=main"`
	URL       string `envconfig:"default=git@github.com:kyma-project/private-fn-for-e2e-serverless-tests.git"`
	BaseDir   string `envconfig:"default=/"`
	SSHAuth
}

type SSHAuth

type SSHAuth struct {
	Key string
}

Jump to

Keyboard shortcuts

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