We are chuffed to announce the release of: ironic-ui 3.4.0: Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/ironic-ui Download the package from: https://pypi.org/project/ironic-ui Please report issues through launchpad: https://storyboard.openstack.org/#!/project/952 For more details, please see below. Changes in ironic-ui 3.3.0..3.4.0 --------------------------------- 736ae26 Supporting all py3 environments with tox 97bdc18 add python 3.7 unit test job d73528d Add ironic-ui integration tests 51db938 Imported Translations from Zanata 58a3288 Fix the misspelling of "expression" 33dad6b Use template for lower-constraints 7dd859d Change openstack-dev to openstack-discuss f59cc74 hange openstack-dev to openstack-discuss 59aa382 Imported Translations from Zanata 93704ef Update the hacking to latst 168f60f Imported Translations from Zanata 3908d7d Imported Translations from Zanata b1df658 Add ability to test Ironic UI with Horizon master branch 9287dc8 Imported Translations from Zanata a4de2e8 Drop nose dependencies 33541a3 add python 3.6 unit test job d44caf4 switch documentation job to new PTI 370d28a import zuul job settings from project-config e79fc27 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 39 +++++++++++++++++++--- HACKING.rst | 4 +-- bindep.txt | 6 ++++ .../dashboard/admin/ironic/postfix-expr.service.js | 2 +- ironic_ui/test/integration/__init__.py | 0 ironic_ui/test/integration/horizon.conf | 5 +++ ironic_ui/test/integration/pages/__init__.py | 0 ironic_ui/test/integration/pages/admin/__init__.py | 0 .../integration/pages/admin/system/__init__.py | 0 .../system/ironicbaremetalprovisioningpage.py | 21 ++++++++++++ ironic_ui/test/integration/test_basic.py | 23 +++++++++++++ lower-constraints.txt | 4 +-- package.json | 2 +- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 16 +++++---- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 ++-- .../source/locale/id/LC_MESSAGES/releasenotes.po | 8 +++-- releasenotes/source/rocky.rst | 6 ++++ setup.cfg | 2 +- test-requirements.txt | 5 ++- tox.ini | 22 ++++++++++-- 22 files changed, 150 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cacbc00..37dded9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD @@ -20,0 +20,4 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon + +# integration tests requirements +selenium>=2.50.1 # Apache-2.0 +xvfbwrapper>=0.1.3 #license: MIT
participants (1)
-
no-reply@openstack.org