diff options
author | liyin <liyin11@huawei.com> | 2017-08-04 17:09:00 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-08-07 09:35:00 +0000 |
commit | 205156554daf981d01c4f43c6a79f6519525916e (patch) | |
tree | ed08da8cebd31eacb684c4a7f5256e9c065ba043 /utils | |
parent | 3592f9016821a603930ebda7f4112abf732e6750 (diff) |
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 <liyin11@huawei.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"]) |