barbican-tempest-plugin/barbican_tempest_plugin
Brianna Poulos ce8eb05267 Address verifier DeprecationWarning
The use of signer and verifier in cryptography has been
deprecated, and causes the following warning:

barbican_tempest_plugin/tests/scenario/barbican_manager.py:139:
DeprecationWarning: signer and verifier have been deprecated.
Please use sign and verify instead.

This patch replaces signer with sign.

Change-Id: Ia6358e2c4e84faa9d692a13b9b3aa1504407301b
2018-02-23 16:52:51 -05:00
..
services Fixes for py35 2017-06-19 13:19:01 -04:00
tests Address verifier DeprecationWarning 2018-02-23 16:52:51 -05:00
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.