diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-01 23:15:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-01 23:15:37 +0000 |
commit | 38033471035b6301cac2c49237a0b60727b213a7 (patch) | |
tree | 2c7f7daf06617629df1ef28c2504f566093c09f4 /samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml | |
parent | 3bfed58fb8986d7c3bb01443c3db51b6b087a8cb (diff) | |
parent | b171392f75b2e2f9abb1834c84e752931afaace9 (diff) |
Merge "Adding support for updating the count/packetsize for given testcase"
Diffstat (limited to 'samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml index 7283b6377..0758cf3a8 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml @@ -49,11 +49,11 @@ private_1: ipv4: outer_l2: framesize: - 64B: "{{ get(imix, 'imix.private.64B', '0') }}" - 128B: "{{ get(imix, 'imix.private.128B', '0') }}" - 256B: "{{ get(imix, 'imix.private.256B', '0') }}" - 373b: "{{ get(imix, 'imix.private.373B', '0') }}" - 512B: "{{ get(imix, 'imix.private.512B', '0') }}" + 64B: "{{get(imix, 'imix.private.64B', '0') }}" + 128B: "{{get(imix, 'imix.private.128B', '0') }}" + 256B: "{{get(imix, 'imix.private.256B', '0') }}" + 373B: "{{get(imix, 'imix.private.373B', '0') }}" + 512B: "{{get(imix, 'imix.private.512B', '0') }}" 570B: "{{get(imix, 'imix.private.570B', '0') }}" 1400B: "{{get(imix, 'imix.private.1400B', '0') }}" 1500B: "{{get(imix, 'imix.private.1500B', '0') }}" |