# Packages

Package cluster is a generated protocol buffer package.
No description provided by the author
No description provided by the author

# Functions

CheckGossip fetches the gossip infoStore from each node and invokes the given function.
EphemeralStorageAccount returns the name of the storage account to use to store data that should be periodically purged.
FixtureStorageAccount returns the name of the storage account that contains permanent test data ("test fixtures").
FixtureURL returns the public URL at which the fixture with the given name can be downloaded from Azure Cloud Storage.
GetStopper returns the stopper used by acceptance tests.
HasPeers returns a CheckGossipFunc that passes when the given number of peers are connected via gossip.
MainTest is an exported implementation of TestMain for use by other packages.
MakeFarmer creates a terrafarm farmer for use in acceptance tests.
RunDocker runs the given acceptance test using a Docker cluster.
RunLocal runs the given acceptance test using a bare cluster.
RunTerraform runs the given acceptance test using a terraform cluster.
RunTests runs the tests in a package while gracefully handling interrupts.
SkipUnlessRemote calls t.Skip if not running against a remote cluster.
StartCluster starts a cluster from the relevant flags.

# Type aliases

CheckGossipFunc is the type of callback used in CheckGossip.