Addition of PROX NSB tests to yardstick 47/42947/2
authorDanielMartinBuckley <daniel.m.buckley@intel.com>
Tue, 5 Sep 2017 18:39:23 +0000 (19:39 +0100)
committerRoss Brattain <ross.b.brattain@intel.com>
Mon, 25 Sep 2017 15:30:20 +0000 (08:30 -0700)
commit5295078171b9c7436f945b081d3015e1052bf721
tree66b243e578e63d8dd74076107da74a0ea7c2a2ec
parent89cff47eab737ffd39a043a5e34309d6f926d1d7
Addition of PROX NSB tests to yardstick

JIRA: YARDSTICK-802

Addition of PROX L2FWD_Multiflow, ACL, Load Balancing  plus
grafana dashboards

Supports 2 and 4 port Baremetal & Heat

Change-Id: I1f3990d5451de265ee3901302569c355ece3b146
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
36 files changed:
dashboard/Prox_BM_ACL_Test-2Port-1499777741771.json [new file with mode: 0644]
dashboard/Prox_BM_ACL_Test-4Port-1499777725160.json [new file with mode: 0644]
dashboard/Prox_BM_L2FWD_Multiflow-2Port-1501760631065.json [new file with mode: 0644]
dashboard/Prox_BM_L2FWD_Multiflow-4Port-1501760650413.json [new file with mode: 0644]
dashboard/Prox_BM_LB_1to4-4Port-1501782362979.json [new file with mode: 0644]
dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json [new file with mode: 0644]
dashboard/Prox_Heat_ACL_Test-4Port-1499778040281.json [new file with mode: 0644]
dashboard/Prox_Heat_L2FWD_Multiflow-2Port-1501760607998.json [new file with mode: 0644]
dashboard/Prox_Heat_L2FWD_Multiflow-4Port-1501761305237.json [new file with mode: 0644]
dashboard/Prox_Heat_LB_1to4-4Port-1505826034525.json [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/gen_acl-2.cfg
samples/vnf_samples/nsut/prox/configs/gen_acl-4.cfg
samples/vnf_samples/nsut/prox/configs/gen_l2fwd_multiflow-2.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/gen_l2fwd_multiflow-4.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/gen_lb-4.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/handle_acl-2.cfg
samples/vnf_samples/nsut/prox/configs/handle_acl-4.cfg
samples/vnf_samples/nsut/prox/configs/handle_l2fwd_multiflow-2.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/handle_l2fwd_multiflow-4.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/handle_lb-4.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/tuples.lua [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_baremetal_acl-2.yaml
samples/vnf_samples/nsut/prox/tc_prox_baremetal_acl-4.yaml
samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_baremetal_lb-4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_heat_context_acl-2.yaml
samples/vnf_samples/nsut/prox/tc_prox_heat_context_acl-4.yaml
samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd_multiflow-2.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd_multiflow-4.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_heat_context_lb-4.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/prox_acl.yaml
samples/vnf_samples/traffic_profiles/prox_heat_acl.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/prox_lb.yaml [new file with mode: 0644]
tests/unit/network_services/traffic_profile/test_prox_acl.py
yardstick/network_services/traffic_profile/prox_ACL.py