[release-announce] barbican_tempest_plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 27 19:47:02 UTC 2018


We are chuffed to announce the release of:

barbican_tempest_plugin 0.1.0: OpenStack barbican tempest tests.

This is the first release of barbican_tempest_plugin. This release is
part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/barbican-tempest-plugin/

For more details, please see below.

Changes in barbican_tempest_plugin 28a8019085e7e1cb1b0bf017e55233cf325a579e..0.1.0
----------------------------------------------------------------------------------

b8bf147 Remove volume v1 API service client usage
c9f0b5d Added support of volume api_v3 client
5ddcc7e Use addCleanup to detach volume instead of explicit detach
48dcc99 Add six as requirement
78f3327 Verify instance snapshots when using signed images
7bb172a Updated from global requirements
cff8994 Updated from global requirements
69e3d47 Revert "Remove duplicate configuration"
ce8eb05 Address verifier DeprecationWarning
2d0cf0a Validate instances are accessible before messing with their disks
97c4ec9 Zuul: Remove project name
98c87a7 Remove duplicate configuration
f3dcdd4 Add connection test to help diagnose failure
ecce1f6 Fixed _log_console_output call on failure
da8979b Add .zuul.yaml
078a6c4 Replace deprecated function in tempest
ab903f3 Add ephemeral disk encryption scenario test
17b6193 Replace the usage of 'manager' with 'os_primary'
5bd7b76 Fixes for py35
817651d add deps for barbican-tempest-plugin
c2d9b66 Fix tox command for running tests
53f4fea Add volume encryption scenario tests
8d57fa4 Add oslotest to test-requirements.txt
011292a Switch to local copy of scenario test base class
dc7074e Removes unnecessary utf-8 encoding
5af4559 Add image signing scenario
bf70642 Replaced python 3.4 to 3.5
4ad20a6 Drop MANIFEST.in
66071d4 Fix oslotest import error
27d768a Add idempotent_id lines for tests
c5ad78f Remove tempest-lib from requirements.txt
275af40 Add pre_test_hook
bfdade2 Update the project README
2adeed6 Add a QuotaClient and quota API tests
f4166be Add an OrderClient and order API tests
2aff507 Added Secret Metadata client and unit tests
ee38917 Add a ConsumerClient and consumer API tests
7be3f7e Add a ContainerClient and container API tests
28652f5 Fill in remaining Secrets API and tests
c832c61 Register client and add first test
3529ea7 Add initial plugin structure




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..761711f
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+
+six>=1.10.0 # MIT
+tempest>=17.1.0 # Apache-2.0
+cryptography>=2.1 # BSD/Apache-2.0
+
+oslo.config>=5.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..b858041
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,15 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking<0.13,>=0.12.0 # Apache-2.0
+
+python-subunit>=1.0.0 # Apache-2.0/BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
+
+oslo.log>=3.36.0 # Apache-2.0






More information about the Release-announce mailing list