diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-22 10:57:56 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-25 10:10:10 +0000 |
commit | 63c7edc8fe7640201f4bb6394f7675eb0e19cde4 (patch) | |
tree | 9f06c8e4e42850fe0e28f0d9b8ab6073edc062f0 /test/onaptests_bench/tox.ini | |
parent | 122d630f1703c51b73676ecf0c1622fd3f882d78 (diff) |
Add onaptests_bench into integration project repository
Migrate ONAP GitLab project into integration ONAP project
Issue-ID: INT-2150
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5748c47931c8cf37a2fc88d89e117445d6987010
Diffstat (limited to 'test/onaptests_bench/tox.ini')
-rw-r--r-- | test/onaptests_bench/tox.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/onaptests_bench/tox.ini b/test/onaptests_bench/tox.ini new file mode 100644 index 000000000..9745d4fe6 --- /dev/null +++ b/test/onaptests_bench/tox.ini @@ -0,0 +1,15 @@ +[tox] +envlist = py3, pylint + +[testenv] +deps = + -r{toxinidir}/requirements.txt + +[testenv:py3] +commands = python {toxinidir}/setup.py develop + +[testenv:pylint] +deps = + -r{toxinidir}/test-requirements.txt + +commands = pylint src |