From 205156554daf981d01c4f43c6a79f6519525916e Mon Sep 17 00:00:00 2001 From: liyin Date: Fri, 4 Aug 2017 17:09:00 +0800 Subject: system bandwidth testcase frame rebuild JIRA: BOTTLENECK-177 This patch will debug some error in system bandwidth testcase. use the new docker way to test this testcase. Bug fix about dashboard and test framework. Change-Id: I7167ffd75efab9a7780407aa5b9a4337ebb9b4c7 Signed-off-by: liyin --- utils/parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/parser.py b/utils/parser.py index 2cdec57b..ecd6badd 100644 --- a/utils/parser.py +++ b/utils/parser.py @@ -42,6 +42,7 @@ class Parser(): cls.bottlenecks_config["fetch_os"] = common_config["fetch_os_file"] cls.bottlenecks_config["log_dir"] = common_config['log_dir'] cls.bottlenecks_config["rc_dir"] = common_config['rc_dir'] + cls.bottlenecks_config["pod_info"] = common_config['pod_info'] cls.bottlenecks_config["yardstick_rc_dir"] = \ common_config['yardstick_rc_dir'] cls.config_dir_check(cls.bottlenecks_config["log_dir"]) -- cgit 1.2.3-korg