[release-announce] tempest-horizon 0.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Sun Mar 31 15:53:34 UTC 2019


We exuberantly announce the release of:

tempest-horizon 0.1.0: Tempest Plugin for Horizon tests

This is the first release of tempest-horizon. This release is part of
the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/tempest-horizon

Download the package from:

    https://tarballs.openstack.org/tempest-horizon/

Please report issues through:

    https://bugs.launchpad.net/horizon/+bugs

For more details, please see below.

Changes in tempest-horizon 64302f192f9be68e4072c43262fb0928923e8cba..0.1.0
--------------------------------------------------------------------------

df6a4a8 Change openstack-dev to openstack-discuss
634b5c4 Update url in HACKING.rst
8d710fc Remove deprecated and unused 'login_url' config option
d739396 fix tox python3 overrides
0a62253 import zuul job settings from project-config
fd4ad6b Cleanup requirements.txt
2d24cb7 Switch to use stestr for unit test
a4d6f1a Update README to use stestr instead testr
5b59210 Fix for python 3
828a12c fix tox python3 overrides
1d01052 Add horizon tempest test to smoke group
a23f407 Zuul: Remove project name
bcb9c9e zuul: Use horizon-dsvm-tempest-plugin job from horizon
f391a5f Update requirements
86ac4f8 Check for SSL function directly
51995f7 Use 'os_primary' property insead of deprecated 'os'
530f104 Stop depending on scenario test base class
92986b2 Switch to decorators.idempotent_id
9d5bb7b Fix pep8 failure
d9d5f15 Show team and repo badges on README
b6f352d Configurable SSL certificate validation
5378f71 updating the config and usage
bfbfffa Removing boto requirement
8847c6a renaming test suite
629c271 removing swap file, add .gitreview
aec2ef5 Fix configuration setup
b49b763 Update README and add gitignore




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

diff --git a/requirements.txt b/requirements.txt
index 02fa221..7a29207 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,8 +5,6 @@
-pbr<2.0,>=1.4
-Babel>=1.3
-# tempest>=6.0.0
-oslo.config>=2.3.0
-boto>=2.32.1
-oslo.log>=1.8.0 # Apache-2.0
-six>=1.9.0
-tempest>=10.0.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+oslo.config>=4.6.0 # Apache-2.0
+oslo.log>=3.30.0 # Apache-2.0
+six>=1.10.0 # MIT
+tempest>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0c885d3..702a3af 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,9 +7,5 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-discover
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+coverage!=4.4,>=4.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+sphinx>=1.6.2 # BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list