X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=utils%2Fdispatcher%2Fhttp.py;h=b06c5a54c75d33e8fa81337e8961d88a4ad49465;hb=2d9642a33a6a58f53aceba4ff3d6242f191f25f0;hp=d78f77fa07b5571d54422a23c9ff250eece62f8d;hpb=e1ad398a458a0dd2bf734e453b2f75fbf93b6a51;p=bottlenecks.git 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') }