diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-09-19 12:35:39 -0700 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-03 15:46:55 -0700 |
commit | d8dc3f702466a5de095e1bc4d6c980e4e52e945a (patch) | |
tree | 8a6f3b7df559eec0c04bddda56a41bee5943a606 /samples/vnf_samples/vnf_descriptors | |
parent | dd3cbc21dfb505ea70dd3574869c1fb33b7de956 (diff) |
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 <deepak.s@linux.intel.com>
Diffstat (limited to 'samples/vnf_samples/vnf_descriptors')
-rw-r--r-- | samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 %} |