Dynamic Service Mapping & vFW ip port references

Issue-ID: INT-829
Change-Id: I10f229996cdeb049840fdefe78b35187186a5517
Signed-off-by: Brian Freeman <bf1936@att.com>
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index e270c63..a4ab099 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -49,6 +49,10 @@
     [Tags]   instantiateVFWCL
     Instantiate VNF   vFWCL  base_vpkg
 
+Instantiate VFWDT
+    [Tags]   instantiateVFWDT
+    Instantiate VNF   vFWDT  base_vpkg
+
 
 Delete Instantiated VNF
     [Documentation]   This test assumes all necessary variables are loaded via the variable file create in  Save For Delete
@@ -79,3 +83,9 @@
     [Timeout]    600
     Model Distribution For Directory    service=vFWNG    cds=vfwng
 
+Distribute Demo vFWDT Model
+    [Documentation]    Distribute Demo vFWDT  (does not delete model after distribution)
+    [Tags]    DistributeDemoVFWDT
+    [Timeout]    600
+    Model Distribution For Directory    service=vFWDT   
+
diff --git a/robot/testsuites/model-distribution.robot b/robot/testsuites/model-distribution.robot
index 0b8cc35..53b52c1 100644
--- a/robot/testsuites/model-distribution.robot
+++ b/robot/testsuites/model-distribution.robot
@@ -18,3 +18,5 @@
     [Tags]    ete    distribute
 Distribute vVG Model    vVG
     [Tags]    ete    distribute
+Distribute vFWDT Model    vFWDT
+    [Tags]    distributeVFWDT