diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 15:09:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-17 15:09:05 +0000 |
commit | c270be42cde9e26018809fef35e401729be77eb1 (patch) | |
tree | f9a6053795e998e8218b65a61842f89d76fb647b /samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml | |
parent | b346b40f67feb1a38226be12f0d57a6bf6f8a2fe (diff) | |
parent | 811830e00229724b614bd0270f488fcf8d0271bc (diff) |
Merge "Update the traffic profile to support sample multi-port"
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 | 2 |
1 files changed, 2 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 821c3c830..dbf366f75 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml @@ -50,6 +50,7 @@ traffic_profile: [% for vnf_num in range(num_vnfs|int) %] uplink_[[ vnf_num ]]: ipv4: + id: [[vnf_num * 2 + 1]] outer_l2: framesize: 64B: "{{ get(imix, 'imix.uplink.64B', '0') }}" @@ -74,6 +75,7 @@ uplink_[[ vnf_num ]]: count: "{{get(flow, 'flow.count', '1') }}" downlink_[[ vnf_num ]]: ipv4: + id: [[vnf_num * 2 + 2]] outer_l2: framesize: 64B: "{{ get(imix, 'imix.downlink.64B', '0') }}" |