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 ¶
Types ¶
type EtcdctlV3 ¶ added in v3.5.5
type EtcdctlV3 struct {
// contains filtered or unexported fields
}
func NewEtcdctl ¶ added in v3.5.5
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)
Click to show internal directories.
Click to hide internal directories.