diff options
author | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-07-17 03:48:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-17 03:48:30 +0000 |
commit | b26f701ab2327497b0e44f548ea18e24b1e6b0d9 (patch) | |
tree | d538152fca40ba5ed62350b21df2b251e886bcef /monitor/config/__init__.py | |
parent | bde702f95563cf953c32f9bfd0587083a3fea26d (diff) | |
parent | e7c3c796b1d620f3e26c64733235f45aef2cae5c (diff) |
Merge "Add test monitoring module"
Diffstat (limited to 'monitor/config/__init__.py')
-rw-r--r-- | monitor/config/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monitor/config/__init__.py b/monitor/config/__init__.py new file mode 100644 index 00000000..b124dfa9 --- /dev/null +++ b/monitor/config/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## |