Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Step ¶
type Step struct { Description string // SetUp if non-nil will be called with the cloud interface. Use this to // modify the environment, manipulate objects, etc. SetUp func(cloud.Cloud) Graph *rgraph.Graph WantActions []exec.Action }
Step in the configuration changes.
type TestCase ¶
type TestCase struct { // Name of the TestCase. The format should be // "<category>/<test-case>/<subtestcase>". This allows for easy filter by // prefix matching. Name string // Description is a human-readable description of what is being tested. Description string Steps []Step }
TestCase for a given sequence of configurations.
Click to show internal directories.
Click to hide internal directories.