barbican-tempest-plugin/barbican_tempest_plugin/tests
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
..
api Add idempotent_id lines for tests 2017-02-24 14:33:37 -05:00
scenario Added support of volume api_v3 client 2018-06-06 19:04:22 +05:30
__init__.py Add initial plugin structure 2016-12-02 14:50:16 +01:00
base.py Fix oslotest import error 2017-02-28 14:29:22 -05:00
test_barbican_tempest_plugin.py Removes unnecessary utf-8 encoding 2017-03-09 03:59:11 +00:00