aboutsummaryrefslogtreecommitdiffstats
path: root/test/onaptests_bench/setup.cfg
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-22 10:57:56 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-25 10:10:10 +0000
commit63c7edc8fe7640201f4bb6394f7675eb0e19cde4 (patch)
tree9f06c8e4e42850fe0e28f0d9b8ab6073edc062f0 /test/onaptests_bench/setup.cfg
parent122d630f1703c51b73676ecf0c1622fd3f882d78 (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/setup.cfg')
-rw-r--r--test/onaptests_bench/setup.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/onaptests_bench/setup.cfg b/test/onaptests_bench/setup.cfg
new file mode 100644
index 000000000..b4a62e2a9
--- /dev/null
+++ b/test/onaptests_bench/setup.cfg
@@ -0,0 +1,22 @@
+[metadata]
+name = onaptests_bench
+version = 0.1
+description = Addon to run simultaenously several pyhtonsdk_tests basic_* tests
+author = Orange OpenSource
+license = Apache 2.0
+classifiers =
+ Programming Language :: Python :: 3
+
+[options]
+zip_safe = False
+include_package_data = True
+package_dir=
+ =src
+packages=find_namespace:
+
+[options.packages.find]
+where=src
+
+[entry_points]
+console_scripts =
+ run_stability_tests = onaptests_bench.launcher:main