Make SDNC ip pool insertion idempotent 35/97535/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 24 Oct 2019 10:49:04 +0000 (12:49 +0200)
committerBrian Freeman <bf1936@att.com>
Thu, 24 Oct 2019 17:55:21 +0000 (17:55 +0000)
commitab9b1d5c42336356cfa40e44503c34f8d0e1f251
tree5b5c5d9f0e41e7016596afdad8f4ed9b6406e790
parent8b409a1f8ba66476246eb32162c50260aec4b2ce
Make SDNC ip pool insertion idempotent

This ensures that subsequent 'vcpe.py init'
invocations do not complain about duplicate
entry in sdnctl databse (entries are not
reinserted, INSERT statement is just noop in
this case).

Change-Id: I8def8eab1e04026e8ee2206aa11fe2644b35d609
Issue-ID: TEST-222
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
test/vcpe/config_sdnc_so.py