We exuberantly announce the release of: cyborg-tempest-plugin 2.0.0: OpenStack Acceleration Tempest Plugin This release is part of the zed release series. The source is available from: https://opendev.org/openstack/cyborg-tempest-plugin Download the package from: https://tarballs.openstack.org/cyborg-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cyborg For more details, please see below. Changes in cyborg-tempest-plugin 1.4.0..2.0.0 --------------------------------------------- 702d754 list devices by non exist vendor 5b88f07 list devices by non exist type e1f61cb delete device profile name is null 7274bd0 create ARQ with non-exist device profile 253c363 add list devices filter by hostname cf65e66 cyorg Word misspelling 60d13bc add delete accelerator request by instance uuid 432cff7 delete device profile by name 0f22ee3 add delete multiple non_existent device_profile testcase 45203e3 add list devices filter by vendor 7653c6f create accelerator request with name null cbff2de modify testcase description c1dd08a add list devices filter by type 1b90410 Set minimal tempest version to 27.0.0 9b68fcc Update python testing as per zed cycle teting runtime 2c425f5 The Python 3.6 and Python 3.7 Support has been dropped since zed 5bd2bcf Cap cyborg-tempest-plugin version for stable/ussuri|victoria b61a5ee Update 'Maintained' stable branch jobs on master gate 20555ab setup_clients cleanup dc03239 Remove _create_security_group & _create_loginable_secgroup_rule d4547e9 Remove create_keypair & create_server methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 69 +++++-- README.rst | 2 +- .../services/cyborg_rest_client.py | 13 +- requirements.txt | 2 +- setup.cfg | 4 +- 12 files changed, 182 insertions(+), 223 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 42a9080..0a9c64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ testscenarios>=0.4 # Apache-2.0/BSD -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0