diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ccc22abd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +*.pyc +*.egg-info diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..36f5bc59 --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +RHOS Test plugin +================ + +This repo is a Tempest plugin that contains blackbox scenario tests for +RHOS. It's still a work in progress for now. diff --git a/setup.cfg b/setup.cfg index 3cb50e7b..d7ed5344 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,8 @@ setup-hooks = [files] packages = - rhos_tempest_plugin + rhostest_tempest_plugin [entry_points] tempest.test_plugins = - plugin_name = rhostest_tempest_plugin.plugin:RHOSTempestPlugin + rhostest-tempest-plugin = rhostest_tempest_plugin.plugin:RHOSTempestPlugin