Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Retry ¶
Retry retries the RetryFn for a maximum of maxWait time. The wait duration is waited between retries. If the success condition is not met in maxWait time, the list of encountered errors is returned. If successful returns an empty list. Example:
Expect(Retry(time.Minute*1, time.Second*2, func() error { if success { return nil } else { return errors.New("Failed") } }).To(BeNil(), fmt.Sprintf("Failed"))
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
|
Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate. |
To run the e2e tests against one or more hosts on gce: $ go run run_e2e.go --hosts <comma separated hosts> Requires gcloud compute ssh access to the hosts
|
To run the e2e tests against one or more hosts on gce: $ go run run_e2e.go --hosts <comma separated hosts> Requires gcloud compute ssh access to the hosts |
Click to show internal directories.
Click to hide internal directories.