Metadata-Version: 2.1
Name: glance-tempest-plugin
Version: 0.11.0
Summary: Tempest plugin tests for Glance.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Requires-Dist: pbr!=2.1.0,>=2.0.0
Requires-Dist: oslo.config>=5.1.0
Requires-Dist: oslo.serialization!=2.19.1,>=2.18.0
Requires-Dist: tempest>=17.1.0

==============================
Tempest Integration for Glance
==============================

This directory contains additional Glance tempest tests.

See the tempest plugin docs for information on using it:
https://docs.openstack.org/tempest/latest/plugin.html#using-plugins

To run all tests from this plugin, install glance into your environment. Then
from the tempest directory run::

    $ tox -e all -- glance_tempest_plugin


It is expected that Glance third party CI's use the `all` tox environment
above for all test runs. Developers can also use this locally to perform more
extensive testing.

