https://github.com/openstack/cloudkitty-tempest-plugin
Tempest plugin for the CloudKitty project. Mirror of code maintained at opendev.org.
https://github.com/openstack/cloudkitty-tempest-plugin
Last synced: 11 months ago
JSON representation
Tempest plugin for the CloudKitty project. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/cloudkitty-tempest-plugin
- Owner: openstack
- License: apache-2.0
- Created: 2017-11-06T09:20:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:56:39.000Z (about 2 years ago)
- Last Synced: 2024-05-09T18:50:33.594Z (about 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/cloudkitty-tempest-plugin
- Size: 73.2 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=================================
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:
https://docs.openstack.org/cloudkitty/latest/
For more information on tempest plugins, refer to:
https://docs.openstack.org/tempest/latest/#using-plugins
Bugs
----
Please report bugs to: https://storyboard.openstack.org/#!/project/890
Installing
----------
Clone this repository and call from the repo::
$ pip install -e .
Running the tests
-----------------
To run all the tests from this plugin, call from the tempest repo::
$ cd
$ tox -e all -- cloudkitty_tempest_plugin
To run a single test case, call with full path, for example::
$ cd
$ tox -e all -- cloudkitty_tempest_plugin.tests.api.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_collector_mappings
To retrieve a list of all tempest tests, run::
$ cd
$ testr list-tests