Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseCreator ¶
type CaseCreator struct{}
CaseCreator is a creator of test client
func (CaseCreator) Create ¶
func (c CaseCreator) Create(node cluster.ClientNode) core.Client
Create creates a test client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client defines how our test case works
func (*Client) SetUp ¶
func (c *Client) SetUp(ctx context.Context, _ []cluster.Node, clientNodes []cluster.ClientNode, idx int) error
SetUp implements the core.Client interface.
Click to show internal directories.
Click to hide internal directories.