diff options
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 |