diff options
author | Thierry Hardy <thierry.hardy@orange.com> | 2020-09-28 15:20:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-28 15:20:56 +0000 |
commit | 94db6a31175c3a61bda3142cdb4913efea8d081c (patch) | |
tree | f36f36dc1a3638adfb882b0eb3ce82a59bac3b9b /setup.cfg | |
parent | 601900c46a7deea4204de12da561bf71f6365b8d (diff) | |
parent | 576fa380d748395c1d8188dfa816d110dab8f146 (diff) |
Merge "Prepare python package to integrate it in xtesting docker"
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,7 +4,7 @@ name = onaptests version = 0.0.1 description = Test SDK to use ONAP Programatically long_description = file: README.md -url = https://gitlab.com/Orange-OpenSource/lfn/onap/pythonsdk-tests +url = https://git.onap.org/testsuite/pythonsdk-tests author = Orange OpenSource license = Apache 2.0 classifiers = @@ -41,3 +41,8 @@ addopts = --cov=src --maxfail=1 testpaths = tests + +[entry_points] +xtesting.testcase = + basic_vm = onaptests.scenario.basic_vm:BasicVm + clearwater_ims = onaptests.scenario.clearwater_ims:ClearwaterIms |