scale-out testcase template 93/37993/16
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 24 Jul 2017 09:55:00 +0000 (02:55 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 18 Oct 2017 03:16:25 +0000 (20:16 -0700)
commit3ecb97f407dda7451e8fa6bc12d422f2cf7d2612
tree6741cbecec0912a4bfd6f7506f2237f4335087d0
parentf6bc49db9b164b8e8c9bba99b1d513edc2cc610f
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>
30 files changed:
ansible/gen_scale_out_test.yml [new file with mode: 0644]
ansible/scale_out_test_templates.yml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/acl-tg-topology-3node-10.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/acl-tg-topology-3node-2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/acl-tg-topology-3node-4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/acl-tg-topology-3node-scale-out.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_10.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_out.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/cgnapt-vnf-topology-3node-10.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/cgnapt-vnf-topology-3node-2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/cgnapt-vnf-topology-3node-4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/cgnapt-vnf-topology-3node-scale-out.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_heat_rfc2544_ipv4_1flow_64B_trex_correlated_scale_10.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_heat_rfc2544_ipv4_1flow_64B_trex_correlated_scale_2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_heat_rfc2544_ipv4_1flow_64B_trex_correlated_scale_4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_heat_rfc2544_ipv4_1flow_64B_trex_correlated_scale_out.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_scale_10.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_scale_2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_scale_4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_scale_out.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput-10.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput-2.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput-4.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml
samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt-10.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt-2.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt-4.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt-scale-out.yaml [new file with mode: 0644]