barbican-tempest-plugin/barbican_tempest_plugin
Chandan Kumar c9f0b5d46b Added support of volume api_v3 client
* From rocky release projects are consuming the volume featured
  enabled v3 API, Since the earlier code has support
  for v1, v2 and since api_v3 is used in tempest.conf, it will give
  AttributeError: 'Manager' object has no attribute 'volumes_client'.
  The above patch fixes the issue.

* Keep cinder v1 api as tempest plugin is branchless, it would avoid
  breakage if someone is still consuming it.

Closes-Bug: #1775353

Change-Id: Ia9d070a6033a8192112dbaa1704b1de6838051c5
2018-06-06 19:04:22 +05:30
..
services Fixes for py35 2017-06-19 13:19:01 -04:00
tests Added support of volume api_v3 client 2018-06-06 19:04:22 +05:30
README.rst Add initial plugin structure 2016-12-02 14:50:16 +01:00
__init__.py Removes unnecessary utf-8 encoding 2017-03-09 03:59:11 +00:00
clients.py Add image signing scenario 2017-03-07 11:14:40 -05:00
config.py Add ephemeral disk encryption scenario test 2017-07-20 13:38:46 +00:00
plugin.py Add ephemeral disk encryption scenario test 2017-07-20 13:38:46 +00:00

README.rst

Tempest Integration of Barbican

This directory contains Tempest tests to cover the Barbican project.