diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-02 11:54:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-02 11:54:19 +0200 |
commit | d94269b2189405e854aeb6d21e476206a0b3d701 (patch) | |
tree | cba3a72ad518586ea02874ba4751747170e77268 /setup.cfg | |
parent | 9815cc6597daa6f50a38a04579036e3eeb5c79a2 (diff) |
Install run_sdnvpn_tests.py in $PATH
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |