summaryrefslogtreecommitdiffstats
path: root/utils/dispatcher/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/dispatcher/http.py')
-rw-r--r--utils/dispatcher/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dispatcher/http.py b/utils/dispatcher/http.py
index d78f77fa..b06c5a54 100644
--- a/utils/dispatcher/http.py
+++ b/utils/dispatcher/http.py
@@ -49,7 +49,7 @@ class HttpDispatcher(DispatchBase):
self.result = {
"project_name": "bottlenecks",
"description": "bottlenecks test cases result",
- "pod_name": os.environ.get('POD_NAME', 'unknown'),
+ "pod_name": os.environ.get('NODE_NAME', 'unknown'),
"installer": os.environ.get('INSTALLER_TYPE', 'unknown'),
"version": os.environ.get('BOTTLENECKS_VERSION', 'unknown')
}