Fix bug 1479 to check conflicts on deleting vnpkg 57/10657/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sun, 18 Apr 2021 20:54:13 +0000 (20:54 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 19 Apr 2021 22:18:37 +0000 (00:18 +0200)
commitf576eb9b45f9b1e12adbc503681a2194b8ec85aa
treebd7e09b6e706a3b9ee3da02550d3c7e771032b70
parenta0911d313aed81603a71ec70a7fe6835f734961f
Fix bug 1479 to check conflicts on deleting vnpkg

This change affects descriptor_topics.py, specifically the method
check_conflict_on_del of class VnfdTopic. When deleting a NF package,
several checks are required. One of them is the search of NS packages
using that NF package. The filter used for that search was not updated
when moving to SOL006 descriptors. That filter is updated by this
change.

In addition, this change updates the messages returned in case of
conflicts. The terms 'instance' and 'package' are added for
clarification.

Change-Id: I312e9955347c7b79286a0fb33970441edfc17ff0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_nbi/descriptor_topics.py
osm_nbi/tests/test_descriptor_topics.py