From 372c2470e613128f1e33cfc581ea2c5b1b732d2b Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Tue, 9 Feb 2021 08:39:23 +0100 Subject: Add validation of manifest for helm packages. For ONAP native zip packages added validation of manifest file. HELM package is only valid if: * isBase flag is set to 'true' for exactly one helm entry * isBase flag is present for all helm entries Zip package is considered to be a helm package if it contains HELM entries but does not contain any HEAT entries (however it may contains entries of other types). Refactored method OnboardingPackageProcessor.processPackage(): * simplified logic * enhanced exception handling Issue-ID: SDC-3185 Signed-off-by: Jan Malkiewicz Change-Id: Ica3b1f1504ce4fc3a671c4b8fa8de2bf0236bd77 --- .../src/test/resources/Files/VNFs/vLBMS.zip | Bin 7218 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 integration-tests/src/test/resources/Files/VNFs/vLBMS.zip (limited to 'integration-tests/src/test/resources/Files/VNFs/vLBMS.zip') diff --git a/integration-tests/src/test/resources/Files/VNFs/vLBMS.zip b/integration-tests/src/test/resources/Files/VNFs/vLBMS.zip deleted file mode 100644 index c542870bad..0000000000 Binary files a/integration-tests/src/test/resources/Files/VNFs/vLBMS.zip and /dev/null differ -- cgit 1.2.3-korg