# Functions
ACLEnabled is an AgentOption used to configure the TestServer with ACLs enabled.
No description provided by the author
No description provided by the author
HTTPTest generates a non-ACL enabled single node cluster, without automatically enabling test parallelism.
HTTPTestMultiRegionCluster generates a multi-region two node cluster, without automatically enabling test parallelism.
HTTPTestMultiRegionClusterParallel generates a multi-region two node cluster and automatically enables test parallelism.
HTTPTestParallel generates a non-ACL enabled single node cluster and automatically enables test parallelism.
HTTPTestWithACL generates an ACL enabled single node cluster, without automatically enabling test parallelism.
HTTPTestWithACLParallel generates a ACL enabled single node cluster and automatically enables test parallelism.
LogLevel is an AgentOption used to control the log level of the TestServer.
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
Region is an AgentOption used to control the log level of the TestServer.
TLSEnabled is an AgentOption used to configure the TestServer with a set of test mTLS certificates.
WithAgentConfig creates a callback function that applies all of the provided AgentOptions to the agent.Config.
WithDefaultConfig provides an agent.Config callback that generally applies across all tests.
# Type aliases
AgentOption is a functional option used as an argument to `WithAgentConfig`.