Add select a subscriber for the source VNF on the PMC instantiation form 41/106241/3
authorAlexey Sandler <alexey.sandler@intl.att.com>
Mon, 20 Apr 2020 06:49:27 +0000 (09:49 +0300)
committerAlexey Sandler <alexey.sandler@intl.att.com>
Mon, 20 Apr 2020 07:15:01 +0000 (10:15 +0300)
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>
features.properties.md
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-automation/src/main/java/vid/automation/test/infra/Features.java

index 631b592..c06ad38 100644 (file)
   
     When flag is true the "New view/edit" button will appear in context menu of chosen service in Instantiation Status window. 
     The click on that button will open the service instance in drawing board (new screens).
   
     When flag is true the "New view/edit" button will appear in context menu of chosen service in Instantiation Status window. 
     The click on that button will open the service instance in drawing board (new screens).
+    
+  * FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER
+  
+    When flag is true the "Source Subscriber Name" drop down will be added for the source VNF
+    on the PMC (Port Mirroring Configuration) instantiation form.
  
  
  
\ No newline at end of file
  
  
  
\ No newline at end of file
index 3b95700..a83ca47 100644 (file)
@@ -94,6 +94,7 @@ public enum Features implements Feature {
     FLAG_2006_NETWORK_LOB_MULTI_SELECT,
     FLAG_2006_VNF_LOB_MULTI_SELECT,
     FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS,
     FLAG_2006_NETWORK_LOB_MULTI_SELECT,
     FLAG_2006_VNF_LOB_MULTI_SELECT,
     FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS,
+    FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER,
 
     FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD,
 
 
     FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD,
 
index 1e8a04b..0e2c6cd 100755 (executable)
@@ -266,7 +266,8 @@ appDS2
       FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT: "FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT",
       FLAG_SHOW_ORCHESTRATION_TYPE: "FLAG_SHOW_ORCHESTRATION_TYPE",
       FLAG_2004_INSTANTIATION_TEMPLATES_POPUP : "FLAG_2004_INSTANTIATION_TEMPLATES_POPUP",
       FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT: "FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT",
       FLAG_SHOW_ORCHESTRATION_TYPE: "FLAG_SHOW_ORCHESTRATION_TYPE",
       FLAG_2004_INSTANTIATION_TEMPLATES_POPUP : "FLAG_2004_INSTANTIATION_TEMPLATES_POPUP",
-      FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY: "FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY"
+      FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY: "FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY",
+      FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER: "FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER"
     }
 
   };
     }
 
   };
index 5e83062..02b841f 100644 (file)
@@ -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_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() {
     ;
 
     public boolean isActive() {