Class TestFrameEnv

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

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

    • 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_USERNAME

      public static final String KUBE_USERNAME
      The username for accessing the Kubernetes cluster.
    • KUBE_PASSWORD

      public static final String KUBE_PASSWORD
      The password for accessing the Kubernetes cluster.
    • 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.
  • Method Details

    • print

      public static void print()
      Print method.