Modified testsuites to remove resource files
[osm/tests.git] / robot-systest / testsuite / epa_05-epa_underlay_passthrough.robot
index 7f0f5c4..ddd4f82 100644 (file)
@@ -33,6 +33,18 @@ Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 *** Variables ***
+# NS and VNF descriptor package folder and ids
+${vnfd_pkg}   epa_1vm_passthrough_vnf
+${vnfd_name}   epa_1vm_passthrough-vnf
+${nsd_pkg}   epa_1vm_passthrough_ns
+${nsd_name}   epa_1vm_passthrough-ns
+${ns_name}   epa_05
+
+# Fixed IPs and subnet for datanet VL
+${datanet_subnet}   192.168.110.0/24
+${datanet_ip1}   192.168.110.11
+${datanet_ip2}   192.168.110.22
+
 ${vnf_member_index_1}   1
 ${vnf_member_index_2}   2
 ${username}   ubuntu
@@ -55,7 +67,7 @@ Create NS Descriptor
 
 Instantiate Network Service
 
-    ${id}=  Create Network Service  ${nsd_name}  %{VIM_TARGET}  ${ns_name}  ${ns_config}  ${publickey}
+    ${id}=  Create Network Service  ${nsd_name}  %{VIM_TARGET}  ${ns_name}  ${ns_config}  ${EMPTY}
     Set Suite Variable  ${ns_id}  ${id}