summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@intel.com>2021-05-07 18:06:05 +0200
committerLuc Provoost <luc.provoost@intel.com>2021-05-10 09:14:45 +0200
commit1492024f49f6952fb9f99ac70d0ae1c26fb946ad (patch)
treea47373f099b38d76f54a767a5825f20b3c4c3295 /VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg
parent0e9709a99633737364e8f3f5b475f30f0cfbddcb (diff)
Fixing rapidxt for Xtesting
Changes were needed for installing the python rapid python package by adding 2 new files: pyproject.toml & setup.cfg. Also fixed a bug in rapidxt.py Change-Id: Iac98b6068afef4a5f1a97459ea1109211607d53d Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg
new file mode 100644
index 00000000..2f9542e1
--- /dev/null
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg
@@ -0,0 +1,13 @@
+[metadata]
+name = rapidxt
+version = 1
+
+[files]
+packages = .
+package_dir = .
+
+[entry_points]
+xtesting.testcase =
+ rapidxt = rapidxt:RapidXt
+[options.packages.find]
+where = .