[release-announce] [zun] zun-tempest-plugin 1.0.0

no-reply at openstack.org no-reply at openstack.org
Fri Feb 9 03:38:34 UTC 2018


We are delighted to announce the release of:

zun-tempest-plugin 1.0.0: Tempest plugin zun_tempest_plugin

This is the first release of zun-tempest-plugin.

The source is available from:

    https://git.openstack.org/cgit/openstack/zun-tempest-plugin

Download the package from:

    https://tarballs.openstack.org/zun-tempest-plugin/

Please report issues through launchpad:

    https://bugs.launchpad.net/zun

For more details, please see below.

Changes in zun-tempest-plugin c5e2e7ed3bb42a5b39b6548929ed3b089a31c094..1.0.0
-----------------------------------------------------------------------------

6f8759e Change name to zun-tempest-plugin
700610c Updated from global requirements
6c314b5 Add tempest test for network attach/detach.
d6d2051 Rename 'tenant' to 'project' in tempest-plugin
c797709 Fix Zun-tempest-plugin's documentation
23ae1b0 Fix git repo link error in README.
f998428 Use admin client to retrieve container host
61d80b8 Refactor test_delete_container
3a1e06d Test container delete without 'force'
e502cad Set api_version on tempest tests
a919c62 Increase the timeout for creating container
82a2a09 Fixed requirements and test-requirements for zun tempest plugin
e6b8bae Add Zuul v3 tempest jobs
7da7fe0 Rework README
cc13e48 Make container DELETE async
c5d74bf Delete containers created in tests only
ce80081 Use the right docker url to pull image
34fd39e Remove dependency on Zun
ef0fe2f The strategy to fix multi-node gate
3e12e72 Rename the namespace to zun_tempest_plugin
efe304d Apply cookiecutter to newly split project
fb178fa Fix the broken add_security_group endpoint
35645b4 Get python3 tempest tests job to pass
f72aedd Add tempest tests for security groups
c8ac946 Clean up network resources after tempest tests
107c4a1 Support python 3.5
aa7e212 Fixed an issue that container's host is None
1019ffc Warning on running tempest tests
210f1ea Change the tempest test interval to 2s.
9110199 Add tempest test for container commit
28ecd41 Add more tempest tests for container run
21e1fb3 Add tempest tests for 'stats' endpoint
7b9156f Change to git.openstack.org
efb14b8 Add tempest tests for 'top' on container
714d98d Add tempest test for container rename
7d4ff1b Correct how to run tempest test in README.rst
0f4a1a2 Remove unused LOG
07e391e Handle the case that the time is zero
facc3e6 changed the spelling
6f4cfa1 Support to provide 'image_driver' during container create
4f1b703 Add container-update API
96968db Ensure api can work as expected with boolean query params
a4a7c42 Make start/stop/pause/unpause/restart/kill action async
a5d2df1 Add validators to the controllers
55660d1 Typo Fix
85f2126 Changed the RPC API from "call" to "cast" for run
3fcf560 Add more functional tests
d887882 Implement the sandbox proposal - Part 1
f0401bc Enforce policy on service api
5744819 Add some functional test case
e5c09f0 Functional: Add post_test_hook
6f4ac52 Stop adding ServiceAvailable group option
bb369db Add tempest case to test container operaton
d24f5aa Initial work for zun tempest plugin




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e7df4ba
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+six>=1.10.0 # MIT
+oslo.utils>=3.33.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
+docker>=2.4.2 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..54332ff
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,11 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking<0.13,>=0.12.0 # Apache-2.0
+
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+# releasenotes
+reno>=2.5.0 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0






More information about the Release-announce mailing list