跳转到主要内容

CloudKitty的Tempest插件

项目描述

此项目定义了一个包含用于验证cloudkitty安装功能的测试的tempest插件。该插件将自动将这些测试加载到tempest中。

依赖关系

此插件测试CloudKitty API。这假设您的OpenStack安装中存在“rating”角色。

开发者

有关cloudkitty的更多信息,请参阅:https://docs.openstack.org/cloudkitty/latest/

有关tempest插件的更多信息,请参阅:https://docs.openstack.org/tempest/latest/#using-plugins

错误

请向:https://storyboard.openstack.org/#!/project/890 报告错误

安装

克隆此存储库并从存储库中调用

$ pip install -e .

运行测试

要从此插件运行所有测试,请在tempest存储库中调用

$ cd <Tempest Directory>
$ tox -e all -- cloudkitty_tempest_plugin

要运行单个测试用例,请使用完整路径调用,例如

$ cd <Tempest Directory>
$ tox -e all -- cloudkitty_tempest_plugin.tests.api.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_collector_mappings

要获取所有tempest测试的列表,请运行

$ cd <Tempest Directory>
$ testr list-tests

项目详情


下载文件

下载您平台对应的文件。如果您不确定选择哪一个,请了解更多关于安装包的信息。

源代码分发

cloudkitty_tempest_plugin-3.0.0.tar.gz (19.2 kB 查看哈希值)

上传时间 源代码

构建分发

cloudkitty_tempest_plugin-3.0.0-py3-none-any.whl (20.6 kB 查看哈希值)

上传时间 Python 3

由以下支持