diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-10-16 15:28:23 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-10-16 15:28:23 +0200 |
commit | 9018a8458ca5cd3a39c9f2b6fb7eab8bc9284ac9 (patch) | |
tree | dc75b6c79d884d68093bc64fb7e48212753798ba /test/vcpe/vcpe.py | |
parent | f2d8bca52e0ff36f3b114bc557e9b88c8aad6098 (diff) |
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 <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-222
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-x | test/vcpe/vcpe.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |