From e1a54d34819563946d1ff1ec673d1d261b826ad8 Mon Sep 17 00:00:00 2001 From: liyin Date: Mon, 9 Jan 2017 18:28:35 +0800 Subject: 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 --- config/config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/config.yaml (limited to 'config') 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 -- cgit 1.2.3-korg