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 password for accessing the Kubernetes cluster.static final StringThe token for accessing the Kubernetes cluster.static final StringThe URL for accessing the Kubernetes cluster.static final StringThe username for accessing the Kubernetes cluster.static final StringDefault user dir of exec process -
Method Summary
-
Field Details
-
USER_PATH
Default user dir of exec process -
CLIENT_TYPE
The type of client. -
KUBE_USERNAME
The username for accessing the Kubernetes cluster. -
KUBE_PASSWORD
The password for accessing the Kubernetes cluster. -
KUBE_TOKEN
The token for accessing the Kubernetes cluster. -
KUBE_URL
The URL for accessing the Kubernetes cluster.
-
-
Method Details
-
print
public static void print()Print method.
-