diff options
author | Szabolcs Hutvagner <szabolcs.hutvagner@ericsson.com> | 2019-04-17 14:07:00 +0100 |
---|---|---|
committer | Szabolcs Hutvagner <szabolcs.hutvagner@ericsson.com> | 2019-04-17 14:16:53 +0100 |
commit | c85fd2844bb7fdd2b92505ec89695b8d7e873de5 (patch) | |
tree | 9bdae42a1f8ed4a9c9c55802f6b7e7158132faf6 /test/mocks/pnf-onboarding/src/main | |
parent | bce23ab2e95908624a11e21c8751d7791e15c4ef (diff) |
Provide Sample Signed PNF Package for Integration Test with certificate
inside signature
This can be used for integration test of Pre-Onboarding and Onboarding
of a PNF package.
Issue-ID: INT-1017
Change-Id: I01f6ebdf4498bd3aac028d8ce6fa510287999d65
Signed-off-by: Szabolcs Hutvagner <szabolcs.hutvagner@ericsson.com>
Diffstat (limited to 'test/mocks/pnf-onboarding/src/main')
-rw-r--r-- | test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml b/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml new file mode 100644 index 000000000..856db12ff --- /dev/null +++ b/test/mocks/pnf-onboarding/src/main/assembly/signedZipCmsIncludesCert.xml @@ -0,0 +1,15 @@ +<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> + <id>onap_secure_csar_cms_includes_cert</id> + <formats> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <directory>${project.build.directory}/signed-csar-cms-includes-cert</directory> + <outputDirectory></outputDirectory> + </fileSet> + </fileSets> +</assembly> + |