From: rexlee8776 Date: Thu, 28 Jul 2016 10:35:44 +0000 (+0000) Subject: bug_fix_parse_suite_wrong_installer_type X-Git-Tag: colorado.1.0~89 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a86b9b49678b0fea6e7f7c920a8966aeef6721ee;p=yardstick.git bug_fix_parse_suite_wrong_installer_type JIRA: YARDSTICK-305 Change-Id: I0224054e19c7bf764a9da1fc1fb7bed09dd40ef7 Signed-off-by: rexlee8776 --- diff --git a/yardstick/cmd/commands/task.py b/yardstick/cmd/commands/task.py index 18b72e726..ca7c42897 100644 --- a/yardstick/cmd/commands/task.py +++ b/yardstick/cmd/commands/task.py @@ -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 = []