package framework

import "go.etcd.io/etcd/tests/v3/framework"

Index

Variables

var (
	// UnitTestRunner only runs in `--short` mode, will fail otherwise. Attempts in cluster creation will result in tests being skipped.
	UnitTestRunner intf.TestRunner = unit.NewUnitRunner()
	// E2eTestRunner runs etcd and etcdctl binaries in a separate process.
	E2eTestRunner = e2e.NewE2eRunner()
	// IntegrationTestRunner runs etcdserver.EtcdServer in separate goroutine and uses client libraries to communicate.
	IntegrationTestRunner = integration.NewIntegrationRunner()
)

Source Files

testrunner.go

Directories

PathSynopsis
framework/config
framework/e2e
framework/integration
framework/interfaces
framework/testutils
framework/unit
Version
v3.6.0 (latest)
Published
May 15, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
1 day ago

Tools for package owners.