commit | 1a5ba266e0f4285581ce2786067528b184b3ca61 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Nov 15 16:09:50 2017 -0800 |
committer | Scott Baker <scottb@onlab.us> | Wed Nov 29 00:11:15 2017 +0000 |
tree | 7a9607c79aaa1c599256475753c063a0eadb3d2e | |
parent | 62829b09d1ccdb1e3babd96337fe709c16c7de8e [diff] [blame] |
CORD-1993 port vsg model policy test to new framework Change-Id: I23a408a5cf5c442f62fced5d5638f7757c17ae43 (cherry picked from commit 710b8657f8bf11c102bce84dc1103bba72d235a4)
diff --git a/xos/synchronizer/model_policies/test_config.yaml b/xos/synchronizer/model_policies/test_config.yaml index 425b037..270d0a9 100644 --- a/xos/synchronizer/model_policies/test_config.yaml +++ b/xos/synchronizer/model_policies/test_config.yaml
@@ -19,3 +19,12 @@ username: xosadmin@opencord.org password: "sample" kind: "testframework" +logging: + version: 1 + handlers: + console: + class: logging.StreamHandler + loggers: + 'multistructlog': + handlers: + - console