Use meson to build port_info_app 43/73843/1
authorLuc Provoost <luc.provoost@gmail.com>
Wed, 1 Feb 2023 16:00:58 +0000 (17:00 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Wed, 1 Feb 2023 16:00:58 +0000 (17:00 +0100)
commit5d0282fb039190b0eeb4c3d8706c7e2716d4f445
tree7e947e285a5aeb251e204662b0e19324a4fa94a4
parent347404a0956ed949c94428a9c8fc4eb71dbc8c06
Use meson to build port_info_app

Adding a meson.build file for the port_info_app. This application is a
dpdk app that queries the dpdk ports for its MAC address. That MAC
address will then be stored in rapid.env. If needed, it will then be
used by PROX e.g. in l2 test cases.
The app is only used if the vim parameter in the rapid.env file is set
to kubernetes. In case of OpenStack, the MAC address is obtained through
the heatclient API, see stackdeployment.py for more details.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Iba2b0b98748807a0d33374644b75b4ea1bfb91cc
VNFs/DPPD-PROX/helper-scripts/rapid/port_info/meson.build [new file with mode: 0644]