Addition of new test case encrypt.test 53/74053/1
authorLuc Provoost <luc.provoost@gmail.com>
Mon, 26 Jun 2023 12:53:20 +0000 (14:53 +0200)
committerLuc Provoost <luc.provoost@gmail.com>
Mon, 26 Jun 2023 12:53:20 +0000 (14:53 +0200)
commit7e66b4a8a0658bd5912f85a84f1a9f86a3fdd253
treeeab91cbe234f26ae3a0429cd6377d625c2fac8d5
parentd27128191369ebcc3717870652fe8528a90b8a99
Addition of new test case encrypt.test

The new test is combining a generator sending plain text traffic to
another pod. This second pod is encrypting and then decrypting the
packets again before sending them back to the generator for latency
measurements. The encryption/decryption is done with a hard code algo
and key and can be done in SW or by using QAT devices.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: If85766e546b0c3534d2eaed96a465195c1455d06
VNFs/DPPD-PROX/helper-scripts/rapid/configs/esp.cfg [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_machine.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py
VNFs/DPPD-PROX/helper-scripts/rapid/tests/encrypt.test [new file with mode: 0644]