diff options
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |