diff options
Diffstat (limited to 'catalog-model/src/test/resources/config/configuration.yaml')
-rw-r--r-- | catalog-model/src/test/resources/config/configuration.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-model/src/test/resources/config/configuration.yaml b/catalog-model/src/test/resources/config/configuration.yaml index 3dc326e8a0..90d2b880f2 100644 --- a/catalog-model/src/test/resources/config/configuration.yaml +++ b/catalog-model/src/test/resources/config/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PNF_SW_INFORMATION licenseTypes: - User @@ -516,6 +517,12 @@ resourceInformationalArtifacts: - VFCMT - Abstract - PNF + PNF_SW_INFORMATION: + acceptedTypes: + - yml + - yaml + validForResourceTypes: + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes |