From 856a12fb4b8d94244d0da16b49690408f5eb6ae8 Mon Sep 17 00:00:00 2001 From: "Joe H. Rahme" Date: Tue, 19 Jul 2016 13:08:36 +0200 Subject: [PATCH] Make the necessary pbr changes and add .gitignore --- .gitignore | 3 +++ README.rst | 5 +++++ setup.cfg | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 README.rst 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