Make the necessary pbr changes and add .gitignore

This commit is contained in:
Joe H. Rahme 2016-07-19 13:08:36 +02:00
parent cd51adfb23
commit 856a12fb4b
3 changed files with 10 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
build
*.pyc
*.egg-info

5
README.rst Normal file
View File

@ -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.

View File

@ -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