aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/tests/unit/__init__.py
diff options
context:
space:
mode:
authorZebek Bogumil <bogumil.zebek@nokia.com>2021-03-29 07:38:36 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-03-29 09:36:27 +0200
commit18c0838e23209d58881dc59a4ae24a2111883ac2 (patch)
tree51d7ef3953667f2e00c733d53d91394b7818a1ce /src/python/tests/unit/__init__.py
parent0c3c63ccbe28a18f57b8341a73eca08a6ad832fc (diff)
Add Kafka envs
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com> Issue-ID: INT-1869 Change-Id: Id8f4d3061fc16e8cb2c16bf32058ec8527e4c6c3
Diffstat (limited to 'src/python/tests/unit/__init__.py')
-rw-r--r--src/python/tests/unit/__init__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/python/tests/unit/__init__.py b/src/python/tests/unit/__init__.py
new file mode 100644
index 0000000..eeb06d5
--- /dev/null
+++ b/src/python/tests/unit/__init__.py
@@ -0,0 +1,19 @@
+###
+# ============LICENSE_START=======================================================
+# Netconf Server
+# ================================================================================
+# Copyright (C) 2021 Nokia. 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=========================================================
+###