From 846ddd215f190eb4edae8c88482ffa724b88197a Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 24 Dec 2024 17:44:08 +0000 Subject: [PATCH] Pre-merge code cleanup --- src/tests/ecoc24/tests/create_service.py | 14 ++++++++++++++ src/tests/ecoc24/tests/delete_service.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/tests/ecoc24/tests/create_service.py b/src/tests/ecoc24/tests/create_service.py index bc24bccd8..5cc349405 100644 --- a/src/tests/ecoc24/tests/create_service.py +++ b/src/tests/ecoc24/tests/create_service.py @@ -1,3 +1,17 @@ +# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# 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. + import requests url = "http://localhost:8002/tfs-api/link/CSGW1_xe5-CSGW2_xe5" diff --git a/src/tests/ecoc24/tests/delete_service.py b/src/tests/ecoc24/tests/delete_service.py index 0281fb2b3..31644342c 100644 --- a/src/tests/ecoc24/tests/delete_service.py +++ b/src/tests/ecoc24/tests/delete_service.py @@ -1,3 +1,17 @@ +# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# 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. + import requests url = "http://localhost:8002/tfs-api/link/CSGW1_xe5-CSGW2_xe5" -- GitLab