diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-18 04:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-18 04:08:03 +0000 |
commit | 32559970a63812dde84efe12d124427f4ef197c3 (patch) | |
tree | abfb333f617430d3f5af7ae7b8b9e216c3b870c3 /samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml | |
parent | b122091bcc2e780be3694cf0faa1b771994798f6 (diff) | |
parent | 3ecb97f407dda7451e8fa6bc12d422f2cf7d2612 (diff) |
Merge "scale-out testcase template"
Diffstat (limited to 'samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml index dbf366f75..73c41099f 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml @@ -87,6 +87,7 @@ downlink_[[ vnf_num ]]: 1400B: "{{get(imix, 'imix.downlink.1400B', '0') }}" 1500B: "{{get(imix, 'imix.downlink.1500B', '0') }}" 1518B: "{{get(imix, 'imix.downlink.1518B', '0') }}" + outer_l3v4: proto: "udp" srcip4: "{{get(flow, 'flow.dst_ip_[[ vnf_num ]]', '90.90.1.1-90.90.255.255') }}" |