Improved IRQ measurements and pushing results 48/70548/5
authorLuc Provoost <luc.provoost@intel.com>
Wed, 15 Jul 2020 11:51:02 +0000 (13:51 +0200)
committerXavier Simonart <xavier.simonart@intel.com>
Mon, 3 Aug 2020 07:28:50 +0000 (07:28 +0000)
commit7c31f36447aa16122ff4b6d1706f7f134d61c1f5
treecc74bd9f56d96caf4ce70ab560e625f276f253c0
parent0973d6613091c8ac51215ed48bfd7cef116d02d8
Improved IRQ measurements and pushing results

The IRQ test has been reworked to increase the accuracy of the IRQ
measurements. Results can now also be pushed to a Prometheus push
gateway or to OPNFV's Xtesting. In order to do so, a new file
format.yaml has been introduced. Please use this file now to specify the
details of the PushGateway or the Xtesting server.
Added new test: increment_till_fail.test

Change-Id: I111aae3e099bc03e3d2ddd1014a0301bac356e0b
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
12 files changed:
VNFs/DPPD-PROX/helper-scripts/rapid/createrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/increment_till_fail.test [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_corestatstest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_flowsizetest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_impairtest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_irqtest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_portstatstest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/stackdeployment.py