diff options
author | liyin <liyin11@huawei.com> | 2017-01-09 18:28:35 +0800 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-01-10 08:59:26 +0000 |
commit | e1a54d34819563946d1ff1ec673d1d261b826ad8 (patch) | |
tree | 4258db2bcfbf9238e0626b296364ac1366fd8656 /config/config.yaml | |
parent | 90aee324d326a25ba79b83bf8aceb3bcf3feea9b (diff) |
Bottlenecks frame support parser config
JIRA: BOTTLENECK-123
This code is for Bottlenecks to have a common way to parser config.
those config are divided into three part: common config, test config
and stack config.
those function could build a frame of config read.
we will modify it after a few times.
Change-Id: I7d3ddc2c8af3043dc9cd89b519e506eca6a03514
Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'config/config.yaml')
-rw-r--r-- | config/config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.yaml b/config/config.yaml new file mode 100644 index 00000000..cf380e27 --- /dev/null +++ b/config/config.yaml @@ -0,0 +1,2 @@ +common_config: + log_dir: '/tmp/bottlenecks_POSCA.log'
\ No newline at end of file |