Documentation ¶
Index ¶
- type StakingNetworkFullyConnectedTest
- func (test StakingNetworkFullyConnectedTest) GetExecutionTimeout() time.Duration
- func (test StakingNetworkFullyConnectedTest) GetNetworkLoader() (networks.NetworkLoader, error)
- func (test StakingNetworkFullyConnectedTest) GetSetupBuffer() time.Duration
- func (test StakingNetworkFullyConnectedTest) Run(network networks.Network, context testsuite.TestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StakingNetworkFullyConnectedTest ¶
type StakingNetworkFullyConnectedTest struct { ImageName string FullyConnectedDelay time.Duration Verifier verifier.NetworkStateVerifier }
StakingNetworkFullyConnectedTest adds nodes to the network and verifies that the network stays fully connected
func (StakingNetworkFullyConnectedTest) GetExecutionTimeout ¶
func (test StakingNetworkFullyConnectedTest) GetExecutionTimeout() time.Duration
GetExecutionTimeout implements the Kurtosis Test interface
func (StakingNetworkFullyConnectedTest) GetNetworkLoader ¶
func (test StakingNetworkFullyConnectedTest) GetNetworkLoader() (networks.NetworkLoader, error)
GetNetworkLoader implements the Kurtosis Test interface
func (StakingNetworkFullyConnectedTest) GetSetupBuffer ¶
func (test StakingNetworkFullyConnectedTest) GetSetupBuffer() time.Duration
GetSetupBuffer implements the Kurtosis Test interface
func (StakingNetworkFullyConnectedTest) Run ¶
func (test StakingNetworkFullyConnectedTest) Run(network networks.Network, context testsuite.TestContext)
Run implements the Kurtosis Test interface
Click to show internal directories.
Click to hide internal directories.