From d8dc3f702466a5de095e1bc4d6c980e4e52e945a Mon Sep 17 00:00:00 2001 From: Deepak S Date: Tue, 19 Sep 2017 12:35:39 -0700 Subject: Adding sample testcases to run on standalone context - vFW - vCGNAPT - vACL - UDP Replay - vPE (Only OVS supported) Change-Id: Idbc4d1d6bc1283e40d2fcb9457a871a9198ad147 Signed-off-by: Deepak S --- samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml') diff --git a/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml b/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml index 035c7336e..dfc0e678f 100644 --- a/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml +++ b/samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml @@ -29,6 +29,9 @@ vnfd:vnfd-catalog: {% if ip is defined %} ip: '{{ip}}' # Value filled by vnfdgen {% endif %} + {% if host is defined %} + host: '{{host}}' # Value filled by vnfdgen + {% endif %} {% if key_filename is defined %} key_filename: '{{key_filename}}' # Value filled by vnfdgen {% endif %} -- cgit 1.2.3-korg