Documentation ¶
Index ¶
- type DuplicateNodeIDTest
- func (test DuplicateNodeIDTest) GetExecutionTimeout() time.Duration
- func (test DuplicateNodeIDTest) GetNetworkLoader() (networks.NetworkLoader, error)
- func (test DuplicateNodeIDTest) GetSetupBuffer() time.Duration
- func (test DuplicateNodeIDTest) Run(network networks.Network, context testsuite.TestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateNodeIDTest ¶
type DuplicateNodeIDTest struct { ImageName string Verifier verifier.NetworkStateVerifier }
DuplicateNodeIDTest adds a node with a duplicate nodeID and ensures that the network handles the duplicate appropriately and settles on the remaining node when the duplicate is removed.
func (DuplicateNodeIDTest) GetExecutionTimeout ¶
func (test DuplicateNodeIDTest) GetExecutionTimeout() time.Duration
GetExecutionTimeout implements the Kurtosis Test interface
func (DuplicateNodeIDTest) GetNetworkLoader ¶
func (test DuplicateNodeIDTest) GetNetworkLoader() (networks.NetworkLoader, error)
GetNetworkLoader implements the Kurtosis Test interface
func (DuplicateNodeIDTest) GetSetupBuffer ¶
func (test DuplicateNodeIDTest) GetSetupBuffer() time.Duration
GetSetupBuffer implements the Kurtosis Test interface
func (DuplicateNodeIDTest) Run ¶
func (test DuplicateNodeIDTest) Run(network networks.Network, context testsuite.TestContext)
Run implements the Kurtosis Test interface
Click to show internal directories.
Click to hide internal directories.