# Functions
GeneratedTestSpec returns a `TestSpec` array with all the policies possibilities based on all combinations of `policiesTestSuite`.
GetBasicTestSpec returns a very simple TestSpec with a L4 and L7 policy that allow traffic only to /private/.
HTTPAction runs a helpers.CurlFail from specified pod to a specified target.
HTTPActionPrivate runs a HTTPAction to /private/ using destTargetDetails.
HTTPActionPublic runs a CurlAction to /public/ using destTargetDetails.
NetPerfAction TODO make this function (GH-2029).
PingAction executes a ping from the `srcPod` to the dest using Kubectl object.
# Constants
No description provided by the author
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
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
# Structs
ConnTestSpec Connectivity Test Specification.
PolicyTestKind is utilized to decribe a new TestCase It needs a described name, the kind of the test (Egrees or Ingress) and the expected result of `ConnTestSpec` Template field is used to render the cilium network policy.
PolicyTestSuite groups together L3, L4, and L7 policy-related tests.
ResultType defines the expected result for a connectivity test.
Target defines the destination for traffic when running tests.
TestSpec defined a new test specification.
# Type aliases
TargetDetails represents the address of a TCP end point.
TestSpecsGroup is a group of different TestSpec.