Make the necessary pbr changes and add .gitignore
This commit is contained in:
parent
cd51adfb23
commit
856a12fb4b
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
build
|
||||||
|
*.pyc
|
||||||
|
*.egg-info
|
5
README.rst
Normal file
5
README.rst
Normal 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.
|
@ -22,8 +22,8 @@ setup-hooks =
|
|||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
rhos_tempest_plugin
|
rhostest_tempest_plugin
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
tempest.test_plugins =
|
tempest.test_plugins =
|
||||||
plugin_name = rhostest_tempest_plugin.plugin:RHOSTempestPlugin
|
rhostest-tempest-plugin = rhostest_tempest_plugin.plugin:RHOSTempestPlugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user