# Functions
No description provided by the author
No description provided by the author
This function is used in the test asserts to verify that an element in a set contains certain properties
* properties is a map of nameOfProperty -> expectedValueOfProperty
* presentProperties is an array of property names that are expected to be set in the set element but we don't care about matching the value
* will return nil (the positive response) if there is an element in the set that matches all properties in properties and presentProperties
*/.
No description provided by the author
No description provided by the author
No description provided by the author
wrapper over resource.ComposeAggregateTestCheckFunc to use customErrorFormat for multierror.
This function is responsible for the actual check for ShouldWaitFunc and the aborting.
custom TestCheckFunc helper, returns a value associated with a key from an instance in the current state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
removes the list of properties at nested level(given the full qualified name) from the representation map example for fully qualified name of a nested level property: "specification.request_policies.authentication.audiences".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Provider is the adapter for terraform, that gives access to all the resources.
No description provided by the author
No description provided by the author
No description provided by the author
Method to execute tests.
No description provided by the author
No description provided by the author
No description provided by the author
Compares an attribute against a JSON string's unmarshalled value.
TestCheckResourceAttributesEqual is a TestCheckFunc which ensures that the values of two attributes in two different resources are equal.
issue-routing-tag: terraform/default.
Creates a form of "apply" above that will always supply the same value for {{.token}} use hard code value for HTTP replay.
No description provided by the author
This function waits for the given time and retries the ShouldWaitFunc and periodically invokes the FetchOperationFunc to fetch the latest response.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This Map hold the ocids of the default resources.
This map holds the list of ocids for a given resourceType by compartment
For Example :
Submap1[vcn] : [vcn-1_ocid, vcn-2_ocid, ...] // In Compartment 1
Submap1[instance] : [instance-1_ocid, instance-2_ocid, ...] // In Compartment 1
SweeperResourceCompartmentIdMap[compartment-1_ocid] = Submap1
Submap2[vcn] : [vcn-1_ocid, vcn-2_ocid, ...] // In Compartment 2
Submap2[instance] : [instance-1_ocid, instance-2_ocid, ...] // In Compartment 2
SweeperResourceCompartmentIdMap[compartment-2_ocid] = Submap2
*/.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
This struct extends the HashiCorp plugin framework testing.T
It adds a slice to store all error messages encountered during test execution
*/.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
Function to be implemented by resources that wish to wait on a certain condition and this function is responsible for fetching the latest state using the resourceId.
No description provided by the author
No description provided by the author
Function to be implemented by resources that wish to wait on a certain condition and this function is responsible for evaluating the specific condition for that resource.
No description provided by the author