Documentation ¶
Overview ¶
This package contains all the integration suites for the pulumi program. The integration suites are used to test the pulumi program against a real deployed pulumi stack.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestsByExampleName = map[string][]string{ // contains filtered or unexported fields }
TestsByExampleName is a map of tests and their test cases. Please use this map to add new tests for examples.
Functions ¶
This section is empty.
Types ¶
type Example ¶
func DiscoverExample ¶
func (*Example) UniqConfigsByNodes ¶
func (e *Example) UniqConfigsByNodes() map[string]*config.NodeConfig
type Integration ¶
type Integration struct { Example *Example Stack auto.Stack // contains filtered or unexported fields }
func (*Integration) Outputs ¶
func (i *Integration) Outputs() (map[string]interface{}, error)
func (*Integration) UpWithRetry ¶
func (i *Integration) UpWithRetry() error
func (*Integration) Validate ¶
func (i *Integration) Validate() error
Click to show internal directories.
Click to hide internal directories.