aboutsummaryrefslogtreecommitdiffstats
path: root/test/onaptests_bench/setup.cfg
blob: b4a62e2a9e1a4c4ed8de7a495de202dd2253126a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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