Integrating DPPD-Prox with Vineperf 99/72799/7
authorSridhar K. N. Rao <sridhar.rao@spirent.com>
Wed, 4 Aug 2021 11:40:27 +0000 (17:10 +0530)
committerAl Morton <acm@research.att.com>
Wed, 29 Sep 2021 21:33:46 +0000 (21:33 +0000)
commit48f947e94e36e877aa6889e10cda0bbdcd573ef4
tree29b044162e9d7534f0b42746b26aa42955332917
parent220aed1de03317d1ad6f3ebbec9f6b93e44522c7
Integrating DPPD-Prox with Vineperf

This patch adds Integration of DPPD-Prox with Vineperf
Added:
1. Results analysis - bug-fix
2. Restrict to baremetal for this patch.
3. Fix Pylint errors.
4. Copy Rapid private key too.
5. Remove SSH key.

Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I3ea7e6261e3fab06ef829f22153fe247372fc34b
13 files changed:
conf/03_traffic.conf
requirements.txt
systems/pythonlibs/add_prox.sh [new file with mode: 0755]
tools/pkt_gen/prox/__init__.py [new file with mode: 0644]
tools/pkt_gen/prox/files/format.yaml [new file with mode: 0644]
tools/pkt_gen/prox/files/helper.lua [new file with mode: 0644]
tools/pkt_gen/prox/files/machine.map [new file with mode: 0644]
tools/pkt_gen/prox/files/vineperf-baremetal.cfg [new file with mode: 0644]
tools/pkt_gen/prox/prox.py [new file with mode: 0644]
tools/pkt_gen/prox/render.py [new file with mode: 0644]
tools/pkt_gen/prox/templates/params-vineperf.lua.j2 [new file with mode: 0644]
tools/pkt_gen/prox/templates/rapid-vineperf-baremetal.env.j2 [new file with mode: 0644]
tools/pkt_gen/prox/templates/tst009.test.j2 [new file with mode: 0644]