diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-07-24 02:55:00 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 20:16:25 -0700 |
commit | 3ecb97f407dda7451e8fa6bc12d422f2cf7d2612 (patch) | |
tree | 6741cbecec0912a4bfd6f7506f2237f4335087d0 /samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml | |
parent | f6bc49db9b164b8e8c9bba99b1d513edc2cc610f (diff) |
scale-out testcase template
use anonymous flavors
force num_vnfs to int
added provider network examples
we have to disable port security for provider networks
removed vld_id, not needed
adjust num_vfs to allocate two physnets per VNF.
fix for multiports
Change-Id: Ic4c8314dc07f6295b9559188989d81058bb48eb0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
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') }}" |