X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Ftopology-generator%2Fnetwork-topology-converter.py;h=f6f2c3eac3a121e4943c749010406291a8999626;hb=b192fa2aac64a4475cfe5f004c42b53e8bec6ea2;hp=e2a4c7bc65246e7f1cc9e007be008295fe452bd5;hpb=0eb37372a837a16225f5788895638b00da52ce43;p=it%2Fdep.git diff --git a/smo-install/test/topology-generator/network-topology-converter.py b/smo-install/test/topology-generator/network-topology-converter.py index e2a4c7bc..f6f2c3ea 100755 --- a/smo-install/test/topology-generator/network-topology-converter.py +++ b/smo-install/test/topology-generator/network-topology-converter.py @@ -1,4 +1,26 @@ #!/usr/bin/env python3 +### +# ============LICENSE_START======================================================= +# ORAN SMO PACKAGE - PYTHONSDK TESTS +# ================================================================================ +# Copyright (C) 2021-2022 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============================================ +# =================================================================== +# +### import json import sys