Commit Graph

7 Commits

Author SHA1 Message Date
Takashi Kajinami c5ef0113df Remove six
This plugin no longer supports python 2 thus usage of six is no longer
needed.

Change-Id: Id087aeab1c3e5baf540f99ed843e4c3cfc763006
2024-02-13 23:20:04 +00:00
Roman Popelka a604ac89e5 Update minimal tempest version to 27.0.0
As tempest.scenario.manager was announced stable interface in Tempest
27.0.0[1] it can be now reused in plugins.

Etherpad concerning this effort:
https://etherpad.opendev.org/p/tempest-scenario-manager-cleanup

[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0

Change-Id: I70aba51b6bff49cab193c91516532edb24319f4e
2022-07-14 07:57:46 +00:00
Tetsuro Nakamura 3d19fe843f Use global request id for scenario tests
This patch adds a global request id to each header for blazar requests
used in the scenario tests. Now the global request ids are in the debug
logs, which helps you to track each request over multiple OpenStack
services improving the debuggability for test failures.

Depends-On: https://review.opendev.org/#/c/670995/
Change-Id: Idd7095fa0c7af4b29a5a84b035fe1e882b995fa0
2019-07-17 03:05:27 +00:00
Tetsuro Nakamura 8ece6590c9 Adds /os-hosts api tests using gabbi
This patch adds /os-host api tests using gabbi. Tests for /leases
api will be added in a following patch.

Depends-On: https://review.openstack.org/581939
Depends-On: https://review.openstack.org/580538
Change-Id: Ic8dc7b1942f312d6dcbe5f2ad6a73289eaf7c838
2018-07-17 21:16:41 +09:00
OpenStack Proposal Bot c84c62bc27 Updated from global requirements
Change-Id: Ica39a3b9192d454b143c24c7ed7bbaafb37c5e30
2018-03-15 06:47:31 +00:00
OpenStack Proposal Bot 730564eb64 Updated from global requirements
Change-Id: I1dcd363494989a37bc6afe652b2c1cf9261e03a2
2018-01-27 17:30:13 +00:00
Chandan Kumar 30323b4d4b Apply cookiecutter to newly split project blazar-tempest-plugin
This tempest plugin is being split out of the main blazar project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-18 14:38:55 +05:30