[release-announce] heat-tempest-plugin 0.2.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 13 15:43:07 UTC 2018
We are tickled pink to announce the release of:
heat-tempest-plugin 0.2.0: OpenStack Orchestration Tempest Plugin
This release is part of the rocky release series.
Download the package from:
https://tarballs.openstack.org/heat-tempest-plugin/
For more details, please see below.
0.2.0
^^^^^
Other Notes
* We can now run check-uuid to check if we give tempest id for all
tempest tests (not includes tests which run with gabbits) by running
"tox -e pep8". Also now you can run "tox -e uuidgen" for
automatically add ids to tests.
Changes in heat-tempest-plugin 0.1.0..0.2.0
-------------------------------------------
ce14cca Add function descriptions for tempest plugin
092d8bd Use configured endpoint instead of hardcoded ones
4ca172a Include file content in scenario tests
b57d248 Move Octavia tests to scenario tests
9ca1fc2 Obtain a token right before API test execution
16371be Remove non-apache job from gate jobs
fe9be18 Fix software config/deployment api tests
01ba7fd Pass SSL options to swiftclient explicitly
f5c40ab Add gabbi api tests for software config/deployment
44fe49d Make hidden stack tag configurable
a08034e Force API test listing even if auth fails
a5b1054 remove eventlet
93245fd Run stable/queens branch jobs
fe7fbb4 Add parameter public_net in ServerSignalIntegrationTest
876449a Add feature flags in config to enable tests conditionally
ddffb5b Updated from global requirements
9f63725 Add functional test for octavia lbaas
82b7128 Add decorator to skip tests for a required resource type
4b9e227 API tests: Don't depend on template versions >mitaka
fbae395 Add tempest id for api tests
d908bef Fix idempotent id for heat scenario tests
b422e29 Updated from global requirements
2cff12b Avoid race in OSWaitCondition test
9b02d1e Add tempest ids for functional and scenario tests
55c0f75 Check group metadata for autoscaling completion
ff3fbd5 Use keystone session with heatclient in integration tests
b275de1 Zuul: Remove project name
17d8685 Clear heat inner functionaltests
5a251be Add os-collect-config to requirements
be4b726 Add Functional Tests for exclude networks
33f2850 Updated from global requirements
756d742 Update test to check subnet change
b4acd96 Access Tempest config.CONF directly
30b1fd6 Add endpoint_type config option
1b8ce63 Increase gabbi API test retry time
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 22 +-
heat_tempest_plugin/common/test.py | 59 +-
heat_tempest_plugin/config.py | 31 +-
heat_tempest_plugin/plugin.py | 39 +-
heat_tempest_plugin/services/clients.py | 46 +-
.../functional/test_create_update_neutron_port.py | 4 +
.../test_create_update_neutron_subnet.py | 8 +
.../functional/test_create_update_neutron_trunk.py | 10 +
.../functional/test_software_deployment_group.py | 150 ----
.../notes/support-check-uuid-aa577427e4d32e4b.yaml | 7 +
requirements.txt | 18 +-
test-requirements.txt | 4 +-
tox.ini | 12 +-
81 files changed, 1107 insertions(+), 7432 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 0ca9082..43abf78 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,3 @@
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-keystoneauth1>=3.2.0 # Apache-2.0
-oslo.config>=4.6.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
@@ -8,0 +8 @@ oslo.messaging>=5.29.0 # Apache-2.0
+os-collect-config>=5.0.0 # Apache-2.0
@@ -10 +10 @@ paramiko>=2.0.0 # LGPLv2.1+
-python-cinderclient>=3.2.0 # Apache-2.0
+python-cinderclient>=3.3.0 # Apache-2.0
@@ -13 +13 @@ python-heatclient>=1.10.0 # Apache-2.0
-python-neutronclient>=6.3.0 # Apache-2.0
+python-neutronclient>=6.7.0 # Apache-2.0
@@ -17 +17 @@ python-zaqarclient>=1.0.0 # Apache-2.0
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
@@ -19,2 +19,2 @@ testscenarios>=0.4 # Apache-2.0/BSD
-tempest>=16.1.0 # Apache-2.0
-gabbi>=1.35.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
+gabbi>=1.42.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f3e74e0..f6c0a00 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
More information about the Release-announce
mailing list