From 9018a8458ca5cd3a39c9f2b6fb7eab8bc9284ac9 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 16 Oct 2019 15:28:23 +0200 Subject: Automate SDNC ip pool insertion into database This patch automates SDNC ip pool generation in sdnctl database in the scope of vcpe.py 'init' stage. Change-Id: I6322ff2dadb069991be0eddbb0cf415baa7984f6 Signed-off-by: Bartek Grzybowski Issue-ID: TEST-222 --- test/vcpe/vcpe.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vcpe/vcpe.py') diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py index 49fc0e488..9c533a065 100755 --- a/test/vcpe/vcpe.py +++ b/test/vcpe/vcpe.py @@ -182,6 +182,7 @@ def closed_loop(lossrate=0): def init_so_sdnc(): logger = logging.getLogger('__name__') vcpecommon = VcpeCommon() + config_sdnc_so.insert_sdnc_ip_pool(vcpecommon) config_sdnc_so.insert_customer_service_to_so(vcpecommon) #config_sdnc_so.insert_customer_service_to_sdnc(vcpecommon) vgw_vfmod_name_index= 0 -- cgit 1.2.3-korg me='h' onchange='this.form.submit();'> "cps"Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 8425e089e7e460d5660764e01a7069b77745f6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#  ============LICENSE_START=======================================================
#  Copyright (C) 2021 Nordix Foundation
#  ================================================================================
#  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.
#
#  SPDX-License-Identifier: Apache-2.0
#  ============LICENSE_END=========================================================

---
project_cfg: onap
project: onap

# Change this to ReleaseBranchName to modify the header
default-version: latest
#