Code rewrite and Python3 support 99/69999/2
authorLuc Provoost <luc.provoost@intel.com>
Mon, 27 Apr 2020 16:32:43 +0000 (12:32 -0400)
committerLuc Provoost <luc.provoost@intel.com>
Fri, 15 May 2020 09:55:09 +0000 (11:55 +0200)
commit4d932aced6931d756e07dbce6ab7cf04799ba5f4
treee8ac2d1af449671f451450fb8ae106496a73798f
parent44327c1d12591af41658a4c492fdee597fe4ab74
Code rewrite and Python3 support

The code has been rewritten in multiple classes and files for better
readability and maintainability. You should now also use Python3 to run
the scripts. Some of the variables in the config files have moved to
other sections. The pushgateway parameter moved to the [varia] section
of the rapid environment file.

Change-Id: Ic61a1bc3baa39447d42b21dfcc0f16c28fcdfa6e
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
35 files changed:
VNFs/DPPD-PROX/helper-scripts/rapid/TST009_Throughput.test
VNFs/DPPD-PROX/helper-scripts/rapid/bare.test
VNFs/DPPD-PROX/helper-scripts/rapid/basicrapid.test
VNFs/DPPD-PROX/helper-scripts/rapid/corestats.test
VNFs/DPPD-PROX/helper-scripts/rapid/devbind.sh [new file with mode: 0755]
VNFs/DPPD-PROX/helper-scripts/rapid/gen.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/impair.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/impair.test
VNFs/DPPD-PROX/helper-scripts/rapid/irq.test
VNFs/DPPD-PROX/helper-scripts/rapid/l2framerate.test
VNFs/DPPD-PROX/helper-scripts/rapid/l2gen.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/l2gen_bare.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/l2zeroloss.test
VNFs/DPPD-PROX/helper-scripts/rapid/l3framerate.test
VNFs/DPPD-PROX/helper-scripts/rapid/portstats.test
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_cli.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_corestatstest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_defaults.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_flowsizetest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_impairtest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_irqtest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_log.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_machine.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_portstatstest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_warmuptest.py [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py
VNFs/DPPD-PROX/helper-scripts/rapid/secgw.test
VNFs/DPPD-PROX/helper-scripts/rapid/secgw1.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/secgw2.cfg
VNFs/DPPD-PROX/helper-scripts/rapid/swap.cfg