You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing/environment-variables.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
|**ET_SUT_LOG_TAG**| It allows us to assign a label in the log driver output of the SuT container. This tag contains information that ElasTest uses internally to identify logs | "sut_37_exec" | Is an external TJob | TJob |
22
22
|**ET_ETM_TJOB_ATTACHMENT_API**| It contains an api url that allows us to attach evidence files to the execution | "http://172.18.0.1:37000/api/tjob/exec/707/attachment"| Always available | TJob |
23
23
|**ET_TEST_CONTAINER_NAME**| TJob container name | "test_37" | Always available | TJob |
24
+
|**ET_EIM_API**| EIM API url | "http://ip:port/eim/api"| Only available if the TJob uses an external SuT instrumented by ElasTest | TJob |
25
+
|**ET_EIM_SUT_AGENT_ID**| Sut Agent ID in EIM DB | "iagent0" | Only available if the TJob uses an external SuT instrumented by ElasTest | TJob |
0 commit comments