summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java2
-rw-r--r--vid-app-common/src/test/resources/csars/portMirroringService.zipbin30857 -> 31295 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java b/vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java
index 5ed5f6a58..786f74f25 100644
--- a/vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java
+++ b/vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java
@@ -242,7 +242,7 @@ public class VidNotionsBuilder {
private boolean isPortMirroringService(ServiceModel serviceModel) {
return (serviceModel.getService()!=null &&
- StringUtils.equals(serviceModel.getService().getServiceType(), "portMirroring"));
+ StringUtils.equals(serviceModel.getService().getServiceType(), "PORT-MIRROR"));
}
private boolean isVlanTaggingService(ServiceModel serviceModel) {
diff --git a/vid-app-common/src/test/resources/csars/portMirroringService.zip b/vid-app-common/src/test/resources/csars/portMirroringService.zip
index b8c919d34..c074f31bd 100644
--- a/vid-app-common/src/test/resources/csars/portMirroringService.zip
+++ b/vid-app-common/src/test/resources/csars/portMirroringService.zip
Binary files differ