Documentation ¶
Index ¶
- Constants
- func LoadData(path string) (types.InfrastructureData, error)
- type Provider
- func (p *Provider) Clean(ctx context.Context) error
- func (p *Provider) GetInfrastructureData() *e2e.InfrastructureData
- func (p *Provider) Setup() error
- func (p *Provider) StartNodes(ctx context.Context, _ ...*e2e.Node) error
- func (*Provider) StopTestnet(context.Context) error
- func (p *Provider) Upgrade(ctx context.Context) error
Constants ¶
View Source
const ProviderName = "vmcompose"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct { Testnet types.Testnet Data types.InfrastructureData // contains filtered or unexported fields }
func NewProvider ¶
func (*Provider) GetInfrastructureData ¶
func (p *Provider) GetInfrastructureData() *e2e.InfrastructureData
func (*Provider) StartNodes ¶
Click to show internal directories.
Click to hide internal directories.