summaryrefslogtreecommitdiffstats
path: root/utils/parser.py
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-08-04 17:09:00 +0800
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-08-11 01:32:28 +0000
commitcc65377fffd2397a8770521cfef3aaae8c07b3e3 (patch)
tree0cf5df8eaa1f04bb097dfb91a26ad7068246f7f7 /utils/parser.py
parent2e0a52eefb6b0cd0e66f42764600afe81fe29e86 (diff)
system bandwidth testcase frame rebuildstable/danube
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> (cherry picked from commit 205156554daf981d01c4f43c6a79f6519525916e)
Diffstat (limited to 'utils/parser.py')
-rw-r--r--utils/parser.py1
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"])