summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-02 13:58:32 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-02 14:46:49 +0200
commit828acdd1d5c5c2aeef287aa69e473bf44fcbce70 (patch)
treec19c5e1a22f030333e76ae73036ca9add320f240
parentdf4ff81d7e0d296b74c17957817cba4137756db8 (diff)
Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on stevedore [1]. [1] https://docs.openstack.org/stevedore/latest/ Change-Id: I39bc26b6a7cd5b0aee071d1d543701c1adf9acc9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b46a7db..fad52b8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,8 @@ home-page = https://wiki.opnfv.org/display/PROJ/Stor4NFV
[files]
packages = stor4nfv_tests
scripts = stor4nfv_tests/stor4nfv_k8s.py
+
+[entry_points]
+xtesting.testcase =
+ stor4nfv_os = stor4nfv_tests.stor4nfv_os:OsStor4nfvTest
+ stor4nfv_k8s = stor4nfv_tests.stor4nfv_k8s:K8sStor4nfvTest