Package io.skodjob.testframe
Class TestFrameEnv
java.lang.Object
io.skodjob.testframe.TestFrameEnv
Class which holds environment variables for system tests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe type of client.static final StringThe IP address family used for network communication.static final StringRepresents the default IP family, which is IPv4.static final StringRepresents the dual stack IP family, which supports both IPv4 and IPv6.static final StringRepresents the IPv6 IP family.static final StringThe token for accessing the Kubernetes cluster.static final StringThe URL for accessing the Kubernetes cluster.static final StringDefault user dir of exec process -
Method Summary
-
Field Details
-
IP_FAMILY_DEFAULT
Represents the default IP family, which is IPv4.- See Also:
-
IP_FAMILY_VERSION_6
Represents the IPv6 IP family.- See Also:
-
IP_FAMILY_DUAL_STACK
Represents the dual stack IP family, which supports both IPv4 and IPv6.- See Also:
-
USER_PATH
Default user dir of exec process -
CLIENT_TYPE
The type of client. -
KUBE_TOKEN
The token for accessing the Kubernetes cluster. -
KUBE_URL
The URL for accessing the Kubernetes cluster. -
IP_FAMILY
The IP address family used for network communication. This can be one of the following:- ipv4 - IPv4 addressing system.
- ipv6 - IPv6 addressing system.
- dual - Dual stack (IPv4 and IPv6).
-