aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-10-25 07:41:54 -0500
committerBrian Freeman <bf1936@att.com>2018-10-25 07:43:32 -0500
commiteea42d4aa8f4ce7a72de19bdb2ef860e46bd5990 (patch)
treeb7b8f520deac562917621fb4325600903dda725b
parentc09d468ab783c52ca1e96a47cc0eb2418f587734 (diff)
Fix instantiateVNF mount, modelinvariantID
Issue-ID: INT-584 Change-Id: I15f0b3bd4c97ca99bc67843caaa4348e2f1d1f62 Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/resources/demo_preload.robot3
-rw-r--r--robot/testsuites/demo.robot2
2 files changed, 3 insertions, 2 deletions
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot
index 460c249d..ff7e9bf3 100644
--- a/robot/resources/demo_preload.robot
+++ b/robot/resources/demo_preload.robot
@@ -150,7 +150,8 @@ APPC Mount Point
${vpg_public_ip}= Get Server Ip ${server_list} ${stack_info} vpg_name_0 network_name=public
${vpg_oam_ip}= Get From Dictionary ${stack_info} vpg_private_ip_1
#${appc}= Create Mount Point In APPC ${vpg_name_0} ${vpg_oam_ip}
- ${appc}= Create Mount Point In APPC ${vnf_id} ${vpg_oam_ip}
+ #${appc}= Create Mount Point In APPC ${vnf_id} ${vpg_oam_ip}
+ ${appc}= Create Mount Point In APPC ${vnf_id} ${vpg_public_ip}
Instantiate VNF
[Arguments] ${service} ${vf_module_label}=NULL
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index a6c6cb8f..72a4a8e3 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -37,7 +37,7 @@ Create APPC Mount Point
Instantiate VFW
[Tags] instantiateVFW
- Instantiate VNF vFW
+ Instantiate VNF vFW base_vfw
Instantiate VFWCL
[Tags] instantiateVFWCL