Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Label for filtering a test that is not primarily a C-Chain test // but nonentheless uses the C-Chain. Intended to support // execution of all C-Chain tests by the coreth repo in an e2e job. UsesCChainLabel = "uses-c" )
Variables ¶
This section is empty.
Functions ¶
func DescribeCChain ¶
DescribeCChain annotates the tests for C-Chain.
func DescribePChain ¶
DescribePChain annotates the tests for P-Chain.
func DescribeXChain ¶
DescribeXChain annotates the tests for X-Chain.
func DescribeXChainSerial ¶
DescribeXChainSerial annotates serial tests for X-Chain.
Types ¶
type FlagVars ¶
type FlagVars struct {
// contains filtered or unexported fields
}
func RegisterFlags ¶
func RegisterFlags() *FlagVars
func (*FlagVars) AvalancheGoExecPath ¶
func (*FlagVars) NetworkDir ¶ added in v1.10.17
func (*FlagVars) NetworkShutdownDelay ¶ added in v1.11.3
func (*FlagVars) ReuseNetwork ¶ added in v1.11.9
func (*FlagVars) StopNetwork ¶ added in v1.11.9
Click to show internal directories.
Click to hide internal directories.