diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-09-19 12:35:39 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-06 02:05:46 -0700 |
commit | c0b430354f5716bdd0ab26e953a344d46ec4e5a2 (patch) | |
tree | 6356fee1306b885f5ae40b4415dcdbdac568dd56 /samples/vnf_samples/vnf_descriptors | |
parent | f01066907aa0d40e5026c209af7a53843229de13 (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 %} |