Addition of IRQ Mode to NSB NFVI (PROX) 33/65133/22
authorDanielMartinBuckley <daniel.m.buckley@intel.com>
Wed, 14 Nov 2018 17:09:51 +0000 (17:09 +0000)
committerDanielMartinBuckley <daniel.m.buckley@intel.com>
Wed, 28 Nov 2018 13:18:34 +0000 (13:18 +0000)
commitd3d4d83a420438f5ebfe453ab7ac63211bf0101f
tree9e89703fcf004a7bf29a1cdfffd9d751f8547e46
parent11bfaf23160da0f0391a2152dddb19b3a0bae766
Addition of IRQ Mode to NSB NFVI (PROX)

JIRA: YARDSTICK-1524

Add dashboard, Traffic Profile support, PROX IRQ support, topology

Change-Id: I0c0cde66f4f4d3d25aa77c502bd4349cc1b3eca2
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
16 files changed:
dashboard/Prox_BM_IRQ-1543341374112.json [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/irq.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/configs/irq2.cfg [new file with mode: 0644]
samples/vnf_samples/nsut/prox/prox-irq-baremetal.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/prox-tg-topology-0.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/prox/tc_prox_baremetal_irq.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/prox_irq.yaml [new file with mode: 0644]
samples/vnf_samples/vnf_descriptors/prox_irq_vnf.yaml [new file with mode: 0644]
samples/vnf_samples/vnf_descriptors/tg_prox_irq.yaml [new file with mode: 0644]
yardstick/network_services/traffic_profile/__init__.py
yardstick/network_services/traffic_profile/prox_irq.py [new file with mode: 0644]
yardstick/network_services/vnf_generic/vnf/prox_helpers.py
yardstick/network_services/vnf_generic/vnf/prox_irq.py [new file with mode: 0644]
yardstick/tests/unit/network_services/traffic_profile/test_prox_irq.py [new file with mode: 0644]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_prox_helpers.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_prox_irq.py [new file with mode: 0644]