diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-15 11:29:40 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-01-16 09:34:45 +0000 |
commit | 44fa06d65eafdcfce9671bdc09f2c8a6d7115982 (patch) | |
tree | d183291a3f1ba9f9d31144104449f5c4e1acb927 /utils/dispatcher/http.py | |
parent | 2942272878f99b7a7894f175285ebfeeac788da9 (diff) |
Scripts update to run rubbos on compass4nfv env
JIRA: -
Change-Id: Ic2b9f09d4d059e1db3b06abb5f36df2c06f4a8b8
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'utils/dispatcher/http.py')
-rw-r--r-- | utils/dispatcher/http.py | 2 |
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') } |