We exuberantly announce the release of: venus-tempest-plugin 1.0.0: OpenStack Log Management Service Tempest Plugin This is the first release of venus-tempest-plugin. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/venus-tempest-plugin Download the package from: https://tarballs.openstack.org/venus-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. Changes in venus-tempest-plugin 6bb0a7445a2395f2e0c0d5ae5c7dbc44e39fc675..1.0.0 ------------------------------------------------------------------------------- 07799ea create delete single device profile by name f84e16a change the .mailmap format 9179393 add python3.7 support in setup.cfg 8834716 Update README eb93473 Remove python v3.10 support a0ddb11 change gerrit remote address cc521d7 add supported python version f7ee9f2 Replace deprecated UPPER_CONSTRAINTS_FILE variable 9beb8e5 setup.cfg: Replace dashes with underscores 35b842d change descibe of the project b72ff46 remove py37 020c95c update gitignore 1792e13 Update Readme.rst 95323f9 Add init README.rst 74dc74d ADD init Installation.rst 4f420b3 Add CONTRIBUTING.rst f80ffac add gitignore 3d05f88 update services ddd82d1 Initial the venus-tempest-plugin code e93c1b6 .zuul.yaml: add Zuul support to new repo Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..42a9080 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +# 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.2.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +testtools>=2.4.0 # MIT +testscenarios>=0.4 # Apache-2.0/BSD +tempest>=17.1.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..490befa --- /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>=3.0.1,<3.1.0 # Apache-2.0 + +coverage>=4.0,!=4.4 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.2.0 # Apache-2.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