From d94269b2189405e854aeb6d21e476206a0b3d701 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 2 Aug 2017 11:54:19 +0200 Subject: [PATCH] Install run_sdnvpn_tests.py in $PATH MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It eases how Functest runs it (see testcases.yaml [1]). The former run_tests.py is renamed to avoid duplicated binaries (see [2] and [3]). [1] https://git.opnfv.org/functest/tree/functest/ci/testcases.yaml [2] https://git.opnfv.org/sfc/tree/sfc/tests/functest/run_tests.py [3] https://git.opnfv.org/promise/tree/promise/test/functest/run_tests.py Change-Id: I50219cad42bf0e085c2edf2e1abe149c2e057a99 Signed-off-by: Cédric Ollivier --- sdnvpn/test/functest/{run_tests.py => run_sdnvpn_tests.py} | 0 setup.cfg | 2 ++ 2 files changed, 2 insertions(+) rename sdnvpn/test/functest/{run_tests.py => run_sdnvpn_tests.py} (100%) diff --git a/sdnvpn/test/functest/run_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py similarity index 100% rename from sdnvpn/test/functest/run_tests.py rename to sdnvpn/test/functest/run_sdnvpn_tests.py diff --git a/setup.cfg b/setup.cfg index e26266c..bb825eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,5 @@ home-page = https://wiki.opnfv.org/display/sdnvpn/SDNVPN+project+main+page [files] packages = sdnvpn +scripts = + sdnvpn/test/functest/run_sdnvpn_tests.py -- 2.16.6