Class TestFrameEnv

java.lang.Object
io.skodjob.testframe.TestFrameEnv

public final class TestFrameEnv extends Object
Class which holds environment variables for system tests.
  • Field Details

    • IP_FAMILY_DEFAULT

      public static final String IP_FAMILY_DEFAULT
      Represents the default IP family, which is IPv4.
      See Also:
    • IP_FAMILY_VERSION_6

      public static final String IP_FAMILY_VERSION_6
      Represents the IPv6 IP family.
      See Also:
    • IP_FAMILY_DUAL_STACK

      public static final String IP_FAMILY_DUAL_STACK
      Represents the dual stack IP family, which supports both IPv4 and IPv6.
      See Also:
    • USER_PATH

      public static final String USER_PATH
      Default user dir of exec process
    • CLIENT_TYPE

      public static final String CLIENT_TYPE
      The type of client.
    • KUBE_TOKEN

      public static final String KUBE_TOKEN
      The token for accessing the Kubernetes cluster.
    • KUBE_URL

      public static final String KUBE_URL
      The URL for accessing the Kubernetes cluster.
    • IP_FAMILY

      public static final String 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).
      The default setting is 'ipv4' if not specified in the environment variables.