Documentation ¶
Overview ¶
e2e implements the e2e tests.
Index ¶
- Constants
- Variables
- func DescribePChain(text string, body func()) bool
- func DescribeXChain(text string, body func()) bool
- type ClusterType
- type TestEnvinronment
- func (te *TestEnvinronment) ConfigCluster(logLevel string, networkRunnerGRPCEp string, avalancheGoExecPath string, ...) error
- func (te *TestEnvinronment) GetRunnerClient() (cli runner_sdk.Client)
- func (te *TestEnvinronment) GetRunnerGRPCEndpoint() (ep string)
- func (te *TestEnvinronment) GetTestKeys() ([]*crypto.PrivateKeySECP256K1R, []ids.ShortID, *secp256k1fx.Keychain)
- func (te *TestEnvinronment) GetURIs() []string
- func (te *TestEnvinronment) LoadKeys() error
- func (te *TestEnvinronment) RestoreInitialState(switchOffNetworkFirst bool) error
- func (te *TestEnvinronment) ShutdownCluster() error
- func (te *TestEnvinronment) SnapInitialState() error
- func (te *TestEnvinronment) StartCluster() error
Constants ¶
View Source
const ( Unknown ClusterType = iota StandAlone PreExisting // Enough for primary.NewWallet to fetch initial UTXOs. DefaultWalletCreationTimeout = 5 * time.Second // Defines default tx confirmation timeout. // Enough for test/custom networks. DefaultConfirmTxTimeout = 20 * time.Second DefaultShutdownTimeout = 2 * time.Minute )
Variables ¶
View Source
var Env = &TestEnvinronment{ testEnvironmentConfig: &testEnvironmentConfig{ clusterType: Unknown, }, }
Env is the global struct containing all we need to test
Functions ¶
func DescribePChain ¶ added in v1.7.17
DescribePChain annotates the tests for P-Chain. Can run with any type of cluster (e.g., local, fuji, mainnet).
func DescribeXChain ¶
DescribeXChain annotates the tests for X-Chain. Can run with any type of cluster (e.g., local, fuji, mainnet).
Types ¶
type ClusterType ¶ added in v1.9.0
type ClusterType byte
type TestEnvinronment ¶ added in v1.9.0
type TestEnvinronment struct {
// contains filtered or unexported fields
}
func (*TestEnvinronment) ConfigCluster ¶ added in v1.9.0
func (te *TestEnvinronment) ConfigCluster( logLevel string, networkRunnerGRPCEp string, avalancheGoExecPath string, avalancheGoLogLevel string, uris string, testKeysFile string, ) error
should be called only once must be called before StartCluster Note that either networkRunnerGRPCEp or uris must be specified
func (*TestEnvinronment) GetRunnerClient ¶ added in v1.9.0
func (te *TestEnvinronment) GetRunnerClient() (cli runner_sdk.Client)
func (*TestEnvinronment) GetRunnerGRPCEndpoint ¶ added in v1.9.0
func (te *TestEnvinronment) GetRunnerGRPCEndpoint() (ep string)
func (*TestEnvinronment) GetTestKeys ¶ added in v1.9.0
func (te *TestEnvinronment) GetTestKeys() ([]*crypto.PrivateKeySECP256K1R, []ids.ShortID, *secp256k1fx.Keychain)
func (*TestEnvinronment) GetURIs ¶ added in v1.9.0
func (te *TestEnvinronment) GetURIs() []string
func (*TestEnvinronment) LoadKeys ¶ added in v1.9.0
func (te *TestEnvinronment) LoadKeys() error
func (*TestEnvinronment) RestoreInitialState ¶ added in v1.9.0
func (te *TestEnvinronment) RestoreInitialState(switchOffNetworkFirst bool) error
func (*TestEnvinronment) ShutdownCluster ¶ added in v1.9.0
func (te *TestEnvinronment) ShutdownCluster() error
func (*TestEnvinronment) SnapInitialState ¶ added in v1.9.0
func (te *TestEnvinronment) SnapInitialState() error
func (*TestEnvinronment) StartCluster ¶ added in v1.9.0
func (te *TestEnvinronment) StartCluster() error
Directories ¶
Path | Synopsis |
---|---|
Implements tests for the banff network upgrade.
|
Implements tests for the banff network upgrade. |
Implements ping tests, requires network-runner cluster.
|
Implements ping tests, requires network-runner cluster. |
Implements static handlers tests for avm and platformvm
|
Implements static handlers tests for avm and platformvm |
x
|
|
transfer
Implements X-chain transfer tests.
|
Implements X-chain transfer tests. |
whitelist-vtx
Implements X-Chain whitelist vtx (stop vertex) tests.
|
Implements X-Chain whitelist vtx (stop vertex) tests. |
Click to show internal directories.
Click to hide internal directories.