aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation
diff options
context:
space:
mode:
authorAlexey Sandler <alexey.sandler@intl.att.com>2020-04-20 09:49:27 +0300
committerAlexey Sandler <alexey.sandler@intl.att.com>2020-04-20 10:15:01 +0300
commitd7196039157000a9aa600a9d6f28b0aa995df5dc (patch)
treefc9fa25e11cc310ecec60bacbbc1afd775f50d15 /vid-automation
parenta3b9e3e948ea95ef77f9c18e9565456e500ac466 (diff)
Add select a subscriber for the source VNF on the PMC instantiation form
Add the "Source Subscriber Name" drop down for the source VNF on the PMC (Port Mirroring Configuration) instantiation form. Issue-ID: VID-809 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ifa37aa38c96153f60ad020225d0a215c6b67bbfe Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-automation')
-rw-r--r--vid-automation/src/main/java/vid/automation/test/infra/Features.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-automation/src/main/java/vid/automation/test/infra/Features.java b/vid-automation/src/main/java/vid/automation/test/infra/Features.java
index 5e83062a2..02b841fbe 100644
--- a/vid-automation/src/main/java/vid/automation/test/infra/Features.java
+++ b/vid-automation/src/main/java/vid/automation/test/infra/Features.java
@@ -65,6 +65,7 @@ public enum Features implements Feature {
FLAG_EXP_USE_FORMAT_PARAMETER_FOR_CM_DASHBOARD,
FLAG_2006_NETWORK_LOB_MULTI_SELECT,
FLAG_2006_VNF_LOB_MULTI_SELECT,
+ FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER
;
public boolean isActive() {