Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Testcase ¶
type Testcase struct {
// Testcase description
Description string
// Target port for test
Port int
// Target protocol for test (TCP, UDP, TCPTLS, etc.)
Protocol plugins.Protocol
// Function used to determine whether testcase succeeded or not
Expected func(*plugins.Service) bool
// Docker containers to run
RunConfig dockertest.RunOptions
}
Click to show internal directories.
Click to hide internal directories.