aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1db30bf..c8056a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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