e2e

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

README

E2E Tests

The MetalLB E2E test suite can be run by creating a development cluster:

inv dev-env

and running the E2E tests against the development cluster:

inv e2etest

Run only BGP test suite:

inv e2etest --focus BGP

Run only L2 test suite:

inv e2etest --focus L2

The test suite will run the appropriate tests against the cluster. Be sure to cleanup any previously created development clusters using inv dev-env-cleanup.

Documentation

Index

Constants

View Source
const (
	NetworkFailure = 4
)

Variables

This section is empty.

Functions

func DescribeSvc added in v0.11.0

func DescribeSvc(ns string)

DescribeSvc logs the output of kubectl describe svc for the given namespace.

Types

type Proto added in v0.11.0

type Proto string

Proto holds the protocol we are speaking.

const (
	BGP    Proto = "bgp"
	Layer2 Proto = "layer2"
)

MetalLB supported protocols.

Directories

Path Synopsis
pkg
frr
mac

Jump to

Keyboard shortcuts

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