Update entry_point to conform with Xtesting
[stor4nfv.git] / setup.cfg
index 89b4804..fad52b8 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,9 @@ home-page = https://wiki.opnfv.org/display/PROJ/Stor4NFV
 
 [files]
 packages = stor4nfv_tests
+scripts = stor4nfv_tests/stor4nfv_k8s.py
 
 [entry_points]
-console_scripts =
-    doctor-test = stor4nfv_tests.main:main
+xtesting.testcase =
+    stor4nfv_os = stor4nfv_tests.stor4nfv_os:OsStor4nfvTest
+    stor4nfv_k8s = stor4nfv_tests.stor4nfv_k8s:K8sStor4nfvTest