commit | 021d4b5ecd6468b9e5317ff6ecb622b69ed288d4 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Nov 22 10:22:45 2017 -0800 |
committer | Scott Baker <scottb@onlab.us> | Tue Nov 28 22:19:56 2017 +0000 |
tree | c97be3940c40c6678b0efad79762034251ce25b3 | |
parent | 9cdfc3c1df30c44e38cbd8a1b19ad3bf59d71eb3 [diff] [blame] |
CORD-2238 unit tests for vEG model policies Change-Id: Icc98e98ae677b1fc0855e7c20e542868527f3a7f (cherry picked from commit faa6b5b1b628a394a2c97fdc7e38245eb8c9e07c)
diff --git a/xos/synchronizer/model_policies/test_config.yaml b/xos/synchronizer/model_policies/test_config.yaml index 07fe519..dc3b2c9 100644 --- a/xos/synchronizer/model_policies/test_config.yaml +++ b/xos/synchronizer/model_policies/test_config.yaml
@@ -17,3 +17,12 @@ username: xosadmin@opencord.org password: "sample" kind: "testframework" +logging: + version: 1 + handlers: + console: + class: logging.StreamHandler + loggers: + 'multistructlog': + handlers: + - console