[release-announce] keystone_tempest_plugin 0.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 21 22:09:05 UTC 2018


We are pumped to announce the release of:

keystone_tempest_plugin 0.1.0: Tempest plugin keystone_tempest_plugin

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

The source is available from:

    http://git.openstack.org/cgit/openstack/keystone-tempest-plugin

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/keystone_tempest_plugin

For more details, please see below.

Changes in keystone_tempest_plugin 767d01e8ba777db23fa5a3a91050954ad0cdcdcc..0.1.0
----------------------------------------------------------------------------------

4dbc50b fix tox python3 overrides
564670b Updated from global requirements
12689f5 fix error url
971e994 Updated from global requirements
c20bce5 Use openstackdocstheme for docs and release notes
aeaa809 Removed the older version of python and added 3.5
fc9d654 Removes unnecessary utf-8 encoding
ab9dfba Cleaned up *-requirements.txt
6d76b8b Add functional test cases for v3-ext/OS-OAUTH1
360bbaf Add lxml to requirements.txt
8b63586 Cleanup cookiecutter defaults
44df103 Apply cookiecutter to newly split project
b5e6062 Replace test.attr with decorators.attr
bdb0ade Reuse already existing groups from upstream tempest config
dc94851 Fix issues with keystone-dsvm-py35-functional-v3-only on py35
3b0cd80 Fix the usage of tempest.client.Manager class
dedaefd Fix import ordering in tempest plugins
e508fe0 Federated authentication via ECP functional tests
85c8797 Validate mapping exists when creating/updating a protocol
dd7a774 Replace keystone.common.config with keystone.conf package
79abcf4 Integration tests cleanup
ad9512a Add protocols integration tests
179085d Add mapping rules integration tests
d96e29c Add service providers integration tests
8192f6c Fix credentials_factory method call
4666c64 Add identity providers integration tests
658137d Imported Translations from Zanata
bfc93c8 Imported Translations from Zanata




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e7efdc4
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,13 @@
+# 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
+
+# xml parsing
+lxml!=3.7.0,>=3.4.1 # BSD
+tempest>=17.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+six>=1.10.0 # MIT
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..12132d9
--- /dev/null
+++ b/test-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.
+
+hacking<0.13,>=0.12.0 # Apache-2.0
+
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+
+# releasenotes
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list