Create a unique machine name 39/73839/1
authorLuc Provoost <luc.provoost@gmail.com>
Mon, 30 Jan 2023 10:48:00 +0000 (11:48 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Mon, 30 Jan 2023 10:48:00 +0000 (11:48 +0100)
commit942d5e737729a030bd8f436c1c41a71911e6dd45
tree2e538a8052666d1124e2a236b4e3ac3c7182cdfa
parent77efe56b635f105502270010e365ddadef6ddbe1
Create a unique machine name

Using containers, we need a unique --file-prefix parameter in the EAL
DPDK configuration. The file-prefix name is the name of the PROX
machine. This is defined by the name parameter in the rapid.env file.
When the name parameter is not specified in the rapid.env file, the name
will be defined in the test file.
The machine name will still be defined in the same way, but when a name
is not unique, an number will be appended to the name to make it unique.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: I0b4e3be60f8ddef6c7eb30bca25c041ea270e238
VNFs/DPPD-PROX/helper-scripts/rapid/runrapid.py