Merge "convert networkcapacity to LF"
[yardstick.git] / yardstick / cmd / commands / task.py
index 69652c3..a10a2a8 100644 (file)
@@ -51,7 +51,7 @@ class TaskCommands(object):
              output_file_default, default=output_file_default)
     @cliargs("--suite", help="process test suite file instead of a task file",
              action="store_true")
-    def do_start(self, args):
+    def do_start(self, args, **kwargs):
         '''Start a benchmark scenario.'''
 
         atexit.register(atexit_handler)
@@ -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 = []