We are tickled pink to announce the release of: cyborg-tempest-plugin 1.2.0: OpenStack Acceleration Tempest Plugin This release is part of the wallaby 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.1.0..1.2.0 --------------------------------------------- b52f498 Add doc/requirements e6b83e3 Remove py37 c32e0a2 Remove unicode from code 5af72a7 Add the negative test for create dp with the same name a4ed639 Add a new dp data for create profile 745158d add api test lists and show details for deployables. 2e87cf2 add get one deployable method and negative test 240c3f5 add get accelerator request negative test c9cdf8f add delete device profile negative test ee1c614 add test case for cyborg part b9eb30f add device profile negative testcase 2889e8d add accelerator request list get delete test method 2818814 move device profile data to cyborg_data file fa95dbc add create accelerator request api test 953769b Bump py37 to py38 in tox.ini 27fe28b Add cyborg get and delete device profile api tests 6f1dd31 Add cyborg list device inteface method and api test f2f03c0 remove useless test files d4f3268 Remove Six 597e22f add delete multiple device profile by names api test Diffstat (except docs and test files) ------------------------------------- cyborg_tempest_plugin/services/cyborg_data.py | 44 ++++++++++++ .../services/cyborg_rest_client.py | 58 +++++++++++++++ .../test_deployable_negative.py} | 21 ++++-- releasenotes/source/conf.py | 16 ++--- requirements.txt | 1 - setup.cfg | 1 - test-requirements.txt | 4 -- tox.ini | 2 +- 16 files changed, 414 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cc8423f..42a9080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ oslo.config>=5.2.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 490befa..906c774 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,4 +11,0 @@ testtools>=2.4.0 # MIT -sphinx>=2.0.0,!=2.1.0 # BSD -openstackdocstheme>=2.2.1 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org