Tempest plugin for the CloudKitty project.
Go to file
huang.zhiping 60ea6a5ca4 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I7332a020602c3171825e842df7d23dc4950eb597
2018-08-29 08:01:59 +00:00
cloudkitty_tempest_plugin Systematically skip test_get_rated_tenants test 2018-08-27 17:41:51 +02:00
.coveragerc Committing initial work 2017-11-08 15:40:34 +01:00
.gitignore Committing initial work 2017-11-08 15:40:34 +01:00
.gitreview Added .gitreview 2017-11-06 09:20:34 +00:00
.mailmap Committing initial work 2017-11-08 15:40:34 +01:00
.stestr.conf Committing initial work 2017-11-08 15:40:34 +01:00
.testr.conf Committing initial work 2017-11-08 15:40:34 +01:00
.zuul.yaml Add a devstack check job 2018-03-07 13:27:36 +00:00
CONTRIBUTING.rst Committing initial work 2017-11-08 15:40:34 +01:00
HACKING.rst Committing initial work 2017-11-08 15:40:34 +01:00
LICENSE Committing initial work 2017-11-08 15:40:34 +01:00
README.rst Committing initial work 2017-11-08 15:40:34 +01:00
babel.cfg Committing initial work 2017-11-08 15:40:34 +01:00
requirements.txt Committing initial work 2017-11-08 15:40:34 +01:00
setup.cfg Committing initial work 2017-11-08 15:40:34 +01:00
setup.py Committing initial work 2017-11-08 15:40:34 +01:00
test-requirements.txt Committing initial work 2017-11-08 15:40:34 +01:00
tox.ini fix tox python3 overrides 2018-08-29 08:01:59 +00:00

README.rst

Tempest integration of CloudKitty

This project defines a tempest plugin containing tests used to verify the functionality of a cloudkitty installation. The plugin will automatically load these tests into tempest.

Dependencies

This plugin tests the CloudKitty API. This supposes that the 'rating' role exists in your OpenStack installation.

Developers

For more information on cloudkitty, refer to: http://docs.openstack.org/developer/cloudkitty/

For more information on tempest plugins, refer to: http://docs.openstack.org/developer/tempest/plugin.html#using-plugins

Bugs

Please report bugs to: https://storyboard.openstack.org/#!/project/890