From 55b429cfc73802e3e52fa2f3864ecc4cdd552728 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Fri, 7 Sep 2018 14:38:22 +0530 Subject: integration test issues fix for sdwan and sotn Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7 Issue-ID: SDNC-357 Signed-off-by: shashikanth.vh Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682 --- .../src/main/json/oof-getpath.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/oof-getpath.json') diff --git a/platform-logic/restapi-templates/src/main/json/oof-getpath.json b/platform-logic/restapi-templates/src/main/json/oof-getpath.json index f407f64b..feab0bc0 100644 --- a/platform-logic/restapi-templates/src/main/json/oof-getpath.json +++ b/platform-logic/restapi-templates/src/main/json/oof-getpath.json @@ -1,23 +1,3 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP - CCSDK - * ================================================================================ - * Copyright (C) 2018 Huawei Technologies Co., Ltd. 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========================================================= - */ - { "srcPort": { "src-access-topology-id": ${prop.connection-attachment.access-topology-id}, @@ -34,3 +14,4 @@ "dst-access-ltp-id": ${prop.remote.connection-attachment.access-ltp-id} } } + -- cgit 1.2.3-korg