Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployTestConfig ¶
type DeployTestConfig struct { // Skip defines whether to skip the deploy system testing when run "go test" Skip bool `json:"skip,omitempty"` // LaunchLocalServer defines whether to launch a local deploy server for deploy system testing LaunchLocalServer bool `json:"launchLocalServer,omitempty"` // RemoteServerAddress defines an already running deploy server for deploy system testing, it will // only take effect if LaunchLocalServer is set to false. RemoteServerAddress string `json:"remoteServerAddress,omitempty"` // Nodes defines the nodes (machines) information for testing. Nodes []*pb.Node `json:"nodes,omitempty"` }
Click to show internal directories.
Click to hide internal directories.