validate_descriptor.py: new option for validate charms 66/7966/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 20 Sep 2019 07:10:52 +0000 (09:10 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 20 Sep 2019 07:14:20 +0000 (09:14 +0200)
commitc33cdc3359627245f605fbc1ab0084e03f30837c
tree80c334129d8cc9a4928833360f7e4a14867960a6
parentde94bc29b75c03e003662ab9373b913e99662edf
validate_descriptor.py: new option for validate charms

Default behaviour is NOT to validate whether the charm is in the folder.
The rationale is that this tool is intended to validate only the descriptor,
not the package. Validating the package requires more aspects to be
taken into account, not only the charm
Moreover, in a CICD for a VNF vendor, charms can be created and tested
independently from the descriptors and only be merged in the same folder
in the last step.

Change-Id: I33aa986493931df463fa8f9d2c6cda2e4be45cf9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
descriptor-packages/tools/validate_descriptor.py