[release-announce] [winstackers] oswin-tempest-plugin 0.1.0

no-reply at openstack.org no-reply at openstack.org
Wed Mar 7 08:14:11 UTC 2018


We are jazzed to announce the release of:

oswin-tempest-plugin 0.1.0: This project contains Tempest tests to
cover the os_win project, as well as a plugin to automatically load
these tests into Tempest.

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

The source is available from:

    http://git.openstack.org/cgit/openstack/oswin-tempest-plugin

Download the package from:

    https://pypi.python.org/pypi/oswin-tempest-plugin

Please report issues through launchpad:

    http://bugs.launchpad.net/oswin-tempest-plugin

For more details, please see below.

Changes in oswin-tempest-plugin 0b6b6bfcb98d12aaffc9474ee1c67bd5d4a268ed..0.1.0
-------------------------------------------------------------------------------

e1ebf08 Fixes devstack plugin script
13506c2 Update requirements manually
bce1798 Adds metrics collection scenario
3b340a5 Update the documentation link for doc migration
cfe2ef1 sets test_qos hypervisor version to 6003
ab50a17 Fixes tests method resolution
975fe23 Deduplicates optional_feature tests
49f63c7 splits the resize mixin into two
fb70f97 Fixes flavor ref usage
1d804fd Fixes wsman's methods
dbdca9d Fixes test_cluster _create_server method
ef51813 Update WinRM config options
4f383d6 Add secure boot optional feature test
45e252c Fixes vNUMA resize negative test
6e1bb25 Fixes disk resize negative test
3cc5f94 Adds devstack oswin-tempest-plugin plugin
76fe654 Increase the test_qos disk usage limit
11f8790 Add Live Migration Mixin
fb57b61 Fixes optional_feature's test_resize_remove_feature
b3f383b Add RemoteFX optional feature test
ddc4157 Add qos optional feature for disk I/O operations
377943c Fixes oswin_tempest_plugin naming
4212a32 Fixes flake8 and unittest errors
763348b Adds Hyper-V Cluster scenario
baa1ef3 Adds OptionalFeature mixin and vNUMA test case
696da58 Adds cold resize Mixin
136ef0a Adds cold migration Mixin
7f0fa00 Adds first basic tests and config options
caa38fb Apply Tempest plugin cookiecutter
6e24ab0 Apply cookiecutter template




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..c2c902c
--- /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
+
+oslo.config>=5.1.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
+pywinrm>=0.2.2 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..b64cb5f
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,15 @@
+# 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
+
+coverage!=4.4,>=4.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
+






More information about the Release-announce mailing list