e2e-framework

module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: Apache-2.0

README

E2E Framework

An experimental Go framework for E2E testing of Kubernetes cluster components.

The primary goal of this project is to provide a go test(able) framework to uses Go's existing testing API to define end-to-end tests suites that can be used to test Kubernetes components. Some additional goals include:

  • Provide a sensible programmatic API to compose tests
  • Leverage Go's testing API to compose test suites
  • Expose packages that are easy to programmatically consume
  • Collection of helper functions that abstracts Client-Go functionalities
  • Rely on built-in Go test features to easily select/filter tests to run during execution
  • And more

For more detail, see the design document.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Directories

Path Synopsis
examples
k8s
conf
Package conf is used to create an instance of *rest.Config
Package conf is used to create an instance of *rest.Config
k8s
pkg
env
Package env surfaces types to create and manage test environments
Package env surfaces types to create and manage test environments
envconf
Package envconf stores configuration for a test environment
Package envconf stores configuration for a test environment
features
Package features hosts types that are used to define a feature tests and other related types.
Package features hosts types that are used to define a feature tests and other related types.
third_party
kubetest2 Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳