From e2ce11c54f2f64df472c64bcf03c9f858e79b835 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 16 Nov 2020 13:43:14 +0100 Subject: Support for xtesting Some files were added to for rapid testing in the xtesting framework Change-Id: Id912789c5007ca8390a67fb5b359296089aa9618 Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 VNFs/DPPD-PROX/helper-scripts/rapid/setup.py (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/setup.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/setup.py b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.py new file mode 100644 index 00000000..fa9d59ac --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +# pylint: disable=missing-docstring + +import setuptools + +setuptools.setup( + setup_requires=['pbr>=2.0.0'], + pbr=True) -- cgit 1.2.3-korg