glance-tempest-plugin 0.1.0 (wallaby)
We contentedly announce the release of: glance-tempest-plugin 0.1.0: Tempest plugin tests for Glance. This is the first release of glance-tempest-plugin. This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/glance-tempest-plugin Download the package from: https://tarballs.openstack.org/glance-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. Changes in glance-tempest-plugin d67ceafa0dd164aaba39b8b7fd89f60802ef3e93..0.1.0 -------------------------------------------------------------------------------- b23fefa Increase oslo.policy logging for protection tests aec88f1 Add tests for image membership, deactivation, and reactivation 2a3d8bd Implement API protection testing for images 92c98e3 trivial: Fix incorrect project name in setup.cfg 1f22147 Add doc/requirements 28f5668 Apply cookiecutter to newly added glance-tempest-plugin 4e93191 Add setup.cfg Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6706885 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +# 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 +six>=1.10.0 # MIT +oslo.serialization!=2.19.1,>=2.18.0 # 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..4ae1046 --- /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>=3.0.1,<3.1 # Apache-2.0 + +coverage!=4.4,>=4.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +oslotest>=3.2.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org