bug_fix_parse_suite_wrong_installer_type 01/17701/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 28 Jul 2016 10:35:44 +0000 (10:35 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 28 Jul 2016 10:35:44 +0000 (10:35 +0000)
JIRA: YARDSTICK-305

Change-Id: I0224054e19c7bf764a9da1fc1fb7bed09dd40ef7
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
yardstick/cmd/commands/task.py

index 18b72e7..ca7c428 100644 (file)
@@ -206,7 +206,7 @@ class TaskParser(object):
             test_cases_dir += os.sep
 
         cur_pod = os.environ.get('NODE_NAME', None)
-        cur_installer = os.environ.get('INSTALL_TYPE', None)
+        cur_installer = os.environ.get('INSTALLER_TYPE', None)
 
         valid_task_files = []
         valid_task_args = []