We are overjoyed to announce the release of: ironic-tempest-plugin 1.1.0: Tempest plugin for ironic and ironic- inspector The source is available from: https://git.openstack.org/cgit/openstack/ironic-tempest-plugin Download the package from: https://pypi.python.org/pypi/ironic-tempest-plugin Please report issues through launchpad: https://bugs.launchpad.net/ironic For more details, please see below. Changes in ironic-tempest-plugin 1.0.0..1.1.0 --------------------------------------------- f060376 Switch to override-checkout for stable branch jobs c4d1c83 Sort node traits in comparisons 48759c4 Zuul: Remove project name bcdb740 Add node trait tests c04391e Updated from global requirements f994081 Updated from global requirements d2606cd Cleaned up the requirements of Ironic Tempest plugin bc8b3ee Add ansible deploy interface test Diffstat (except docs and test files) ------------------------------------- .../services/baremetal/v1/json/baremetal_client.py | 55 ++++ .../scenario/ironic_standalone/test_basic_ops.py | 15 + requirements.txt | 9 +- setup.py | 2 +- test-requirements.txt | 12 +- zuul.d/project.yaml | 1 - zuul.d/stable-jobs.yaml | 18 +- 8 files changed, 410 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1a62d2e..70272dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5,8 @@ -pbr>=1.8 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +fixtures>=3.0.0 # Apache-2.0/BSD +six>=1.10.0 # MIT +tempest>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b5722e8..fbdfb19 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -7,3 +7 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 -coverage>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD @@ -11,4 +8,0 @@ oslosphinx>=4.7.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT @@ -17 +11 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0