diff options
author | Alex Shatov <alexs@att.com> | 2018-01-10 11:27:44 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-01-11 10:55:32 -0500 |
commit | 9cbe049d92690f94ca4e07e6a823b90340b922c1 (patch) | |
tree | 0cbfab002f8e55b2394eb8a09d32aaf1d8b8c69c /dcae-policy/tests/__init__.py | |
parent | 5ed29250d08b8c5a826f535f48fcfa76c756964a (diff) |
variable collection of policies per component
* new feature variable collection of policies per component in DCAE
* Unit Test coverage 78%
* moved module docstring below the license text
Change-Id: Iefe6d4c31e2e125194781edc79e69af2c11e96ef
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'dcae-policy/tests/__init__.py')
-rw-r--r-- | dcae-policy/tests/__init__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dcae-policy/tests/__init__.py b/dcae-policy/tests/__init__.py new file mode 100644 index 0000000..a3220c4 --- /dev/null +++ b/dcae-policy/tests/__init__.py @@ -0,0 +1,18 @@ +# org.onap.dcae +# ================================================================================ +# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. |