diff options
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/asdc/parser/VidNotionsBuilder.java | 2 | ||||
-rw-r--r-- | vid-app-common/src/test/resources/csars/portMirroringService.zip | bin | 30857 -> 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 Binary files differindex b8c919d34..c074f31bd 100644 --- a/vid-app-common/src/test/resources/csars/portMirroringService.zip +++ b/vid-app-common/src/test/resources/csars/portMirroringService.zip |