commit | 710b8657f8bf11c102bce84dc1103bba72d235a4 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Nov 15 16:09:50 2017 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Tue Nov 28 10:05:45 2017 -0800 |
tree | 7a9607c79aaa1c599256475753c063a0eadb3d2e | |
parent | de8c286dace1956a8d1e8b0d5b2484eb7c513f79 [diff] [blame] |
CORD-1993 port vsg model policy test to new framework Change-Id: I23a408a5cf5c442f62fced5d5638f7757c17ae43
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