# Functions
AssertReceivedErrors check if at least one the log lines provided contains the given message.
ExecInContainer executes the given command inside the specified container.
GetTestName returns the name of the running test.
ModifyJSONSchemaGlobal modifies JSON schema by adding patterns elements for integration name, protocol version and integration version.
ModifyJSONSchemaInventoryPresent modifies JSON schema by adding required elements for inventory JSON schema.
ModifyJSONSchemaMetricsPresent modifies JSON schema by adding required elements for metrics JSON schema.
ModifyJSONSchemaNoInventory modifies JSON schema by adding required elements assuring that no inventory data exists in the integration output.
ModifyJSONSchemaNoMetrics modifies JSON schema by adding required elements assuring that no metrics data exists in the integration output.
No description provided by the author
ValidateJSONSchema validates the input argument against JSON schema.
WaitForPort waits for a host:port to be accessible inside a container.