congress-tempest-plugin 0.2.0 (stein)
We are amped to announce the release of: congress-tempest-plugin 0.2.0: Tempest Plugin for Congress project This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/congress-tempest-plugin Download the package from: https://tarballs.openstack.org/congress-tempest-plugin/ Please report issues through launchpad: https://bugs.launchpad.net/congress For more details, please see below. Changes in congress-tempest-plugin 0.1.0..0.2.0 ----------------------------------------------- 4d310aa Add python 3.6 to setup.cfg, in line with Stein target 3607a08 Move legacy job to bionic and stable on xenial fe86b9e Update nova server test for addiing created_at field 4390716 Add test for servers.addresses table in nova driver df0b7e5 Resolve test_datasource_db_sync_add_remove instability 2b4c0ba disable murano scenario test in queens-py35 job 842fe2a nova_servers_addresses_table feature flag 773f397 Update home-page f4bcf65 Add policy eval tests to vitrage webhook driver 4ca37b6 Change openstack-dev to openstack-discuss 6c2fadc Neutron driver test use admin 4b10bef Update hacking version 3d1a06d Update CI jobs in sync with migration in congress repo 0beba1d Fix queens py35 job 51dda09 add z3 support_builtins feature flag 52fecd0 Modify monasca-webhook test 54945ed Monasca webhook rocky schema feature flag e31aa96 tempest test for z3 builtins 63ee08f Add python 3.6 for test and remove pypy in tox df91e38 Removed older version of python added 3.5 be89877 Temporarily disable monasca webhook test e607d01 add queens & rocky check jobs 9e5813e Revert "temporarily disable nova driver tests" de69e03 temporarily disable nova driver tests a39a7a7 skipping some tests for queens 66692c8 import zuul job settings from project-config 7a260ce fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 168 ++++++++++++++++++- congress_tempest_plugin/config.py | 26 ++- congress_tempest_plugin/plugin.py | 6 +- .../scenario/congress_datasources/test_glancev2.py | 4 +- .../scenario/congress_datasources/test_monasca.py | 96 ++++++++++- .../scenario/congress_datasources/test_murano.py | 4 +- .../congress_datasources/test_neutronv2.py | 14 +- .../congress_datasources/test_neutronv2_qos.py | 5 +- .../scenario/congress_datasources/test_nova.py | 109 +++++++++++-- .../scenario/congress_datasources/test_vitrage.py | 178 +++++++++++++++------ .../legacy/congress-devstack-api-base/post.yaml | 80 +++++++++ .../legacy/congress-devstack-api-base/run.yaml | 105 ++++++++++++ .../congress-devstack-api-py27-queens/post.yaml | 80 +++++++++ .../congress-devstack-api-py27-queens/run.yaml | 90 +++++++++++ .../congress-devstack-api-py27-rocky/post.yaml | 80 +++++++++ .../congress-devstack-api-py27-rocky/run.yaml | 104 ++++++++++++ .../congress-devstack-api-py35-queens/post.yaml | 80 +++++++++ .../congress-devstack-api-py35-queens/run.yaml | 89 +++++++++++ .../congress-devstack-api-py35-rocky/post.yaml | 80 +++++++++ .../congress-devstack-api-py35-rocky/run.yaml | 88 ++++++++++ .../congress-devstack-py35-api-mysql/post.yaml | 80 +++++++++ .../congress-devstack-py35-api-mysql/run.yaml | 89 +++++++++++ .../legacy/congress-pe-replicated-base/post.yaml | 80 +++++++++ .../legacy/congress-pe-replicated-base/run.yaml | 90 +++++++++++ setup.cfg | 8 +- test-requirements.txt | 2 +- tox.ini | 11 +- 33 files changed, 1869 insertions(+), 108 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0543291..43a96a3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org