Documentation ¶ Index ¶ func Check(c *bee.Cluster, o Options) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Check ¶ func Check(c *bee.Cluster, o Options) error Check uploads given chunks on cluster and checks pushsync ability of the cluster Types ¶ type Options ¶ type Options struct { NodeGroup string UploadNodeCount int Runs int // how many runs to do Bytes int // how many bytes to upload each time Timeout time.Duration Seed int64 } Options represents smoke test options Source Files ¶ View all Source files smoke.go Click to show internal directories. Click to hide internal directories.