Addition of PROX NSB tests to yardstick 93/41093/37
authorDanielMartinBuckley <daniel.m.buckley@intel.com>
Tue, 5 Sep 2017 18:39:23 +0000 (19:39 +0100)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 20 Sep 2017 08:25:04 +0000 (01:25 -0700)
commit2e2e99676b9abef1e6d936e37055be9f4b2855d9
treeb13d08be4c70a8f7ed84b2ac58c556fab8e4bfe9
parent15c9412c5a260a6bff2c015ed61af7042b905a20
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