scale-out testcase template 83/45683/1
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>
Thu, 19 Oct 2017 00:07:20 +0000 (17:07 -0700)
commit9093c416d8d6ab290c280439ea1d4e9f2dce4666
tree8f6a9128448bf4b069e0e32cdbf3503d0847bd8f
parentbf8aabd918a6639bce5382ac6f905cbcb79d8815
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]