Add onaptests_bench into integration project repository 79/132379/3
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 22 Nov 2022 10:57:56 +0000 (10:57 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 25 Nov 2022 10:10:10 +0000 (10:10 +0000)
commit63c7edc8fe7640201f4bb6394f7675eb0e19cde4
tree9f06c8e4e42850fe0e28f0d9b8ab6073edc062f0
parent122d630f1703c51b73676ecf0c1622fd3f882d78
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
12 files changed:
test/onaptests_bench/MANIFEST.in [new file with mode: 0644]
test/onaptests_bench/requirements.txt [new file with mode: 0644]
test/onaptests_bench/setup.cfg [new file with mode: 0644]
test/onaptests_bench/setup.py [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/__init__.py [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/artifacts/settings.py [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/launcher.py [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/reporting.py [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/templates/base.html.j2 [new file with mode: 0644]
test/onaptests_bench/src/onaptests_bench/templates/onaptests_bench.html.j2 [new file with mode: 0644]
test/onaptests_bench/test-requirements.txt [new file with mode: 0644]
test/onaptests_bench/tox.ini [new file with mode: 0644]