Metadata-Version: 2.1
Name: tempest-horizon
Version: 0.2.0
Summary: Tempest Plugin for Horizon tests
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: oslo.config (>=4.6.0)
Requires-Dist: oslo.log (>=3.30.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: tempest (>=17.1.0)

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/tempest-horizon.svg
    :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

===============================
tempest-horizon
===============================

Tempest Plugin for Horizon tests

* Free software: Apache license

Using
--------
Install this plugin in the same python environment as tempest.

In tempest directory, run::

  stestr run tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps



