e2e

package
v3.5.7 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package e2e implements tests built upon etcd binaries, and focus on end-to-end testing.

Features/goals of the end-to-end tests: 1. test command-line parsing and arguments. 2. test user-facing command-line API. 3. launch full processes and check for expected outputs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BeforeTest

func BeforeTest(t testing.TB)

Types

type EtcdctlV3 added in v3.5.5

type EtcdctlV3 struct {
	// contains filtered or unexported fields
}

func NewEtcdctl added in v3.5.5

func NewEtcdctl(endpoints []string) *EtcdctlV3

func (*EtcdctlV3) AlarmList added in v3.5.5

func (ctl *EtcdctlV3) AlarmList() (*clientv3.AlarmResponse, error)

func (*EtcdctlV3) Compact added in v3.5.5

func (ctl *EtcdctlV3) Compact(rev int64) (*clientv3.CompactResponse, error)

func (*EtcdctlV3) MemberList added in v3.5.5

func (ctl *EtcdctlV3) MemberList() (*clientv3.MemberListResponse, error)

func (*EtcdctlV3) Put added in v3.5.5

func (ctl *EtcdctlV3) Put(key, value string) error

Jump to

Keyboard shortcuts

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