Rework of statistics reporting 78/72378/1
authorLuc Provoost <luc.provoost@intel.com>
Thu, 15 Apr 2021 09:49:42 +0000 (11:49 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Thu, 15 Apr 2021 09:49:42 +0000 (11:49 +0200)
commitb1cfe607cf04071e217f670b200b56d379b7b975
tree7bbdf6fb5474f8d6d3392f6b11afda3ae077694a
parent38eaaaf904b3130e918d0f5939c07327a113e282
Rework of statistics reporting

- Cleanup of the format.yaml file.
- Adding of the packet mis-ordering statistics
- Added a warmup phase to get the correct mis-ordering statistics since
  ARP messages need to be dealt with before we can collect correct
  misordering stats
- Code cleanup avoiding some long lines
- Removing background traffic control from rapid_flowsizetest.py since
  this is already done in the iteration code in rapid_test.py

Change-Id: I4c60a90353f27b8e2d0b62505e8f1cd886a17f0a
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
28 files changed:
VNFs/DPPD-PROX/helper-scripts/rapid/configs/gen.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/configs/gen_gw.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/format.yaml
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
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/rapid_warmuptest.py
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/tests/TST009_Throughput.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/TST009_Throughput_64B_64F.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/TST009_Throughput_acaeab_16384F.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/TST009ipV6.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/basicrapid.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/cgnat.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/corestats.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/increment_till_fail.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/ipv6.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/l2zeroloss.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/l3framerate.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/portstats.test
VNFs/DPPD-PROX/helper-scripts/rapid/tests/secgw.test