Metadata-Version: 2.1
Name: robottelo
Version: 0.1.0
Summary: Robottelo is a test suite which exercises The Foreman.
Home-page: https://github.com/SatelliteQE/robottelo
Author: Satellite QE Team
Author-email: UNKNOWN
License: GNU GPL v3.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3

Robottelo
=========

.. image:: https://codecov.io/gh/SatelliteQE/robottelo/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/SatelliteQE/robottelo

.. image:: https://api.travis-ci.org/SatelliteQE/robottelo.svg?branch=master
  :target: https://travis-ci.org/SatelliteQE/robottelo

.. image:: https://img.shields.io/badge/python-3-brightgreen.svg
  :target: https://www.python.org/download/releases/3.0

`Robottelo`_ is a test suite which exercises `The Foreman`_. All tests are
automated, suited for use in a continuous integration environment, and `data
driven`_. There are three types of tests:

* UI tests, which rely on Selenium's `WebDriver`_.
* CLI tests, which rely on `Paramiko`_.
* API tests, which rely on `Requests`_.

The `full documentation
<http://robottelo.readthedocs.org/en/latest/index.html>`_ is available on
ReadTheDocs. It can also be generated locally::

    pip install -r requirements.txt
    pip install -r requirements-optional.txt
    make docs

.. _data driven: http://en.wikipedia.org/wiki/Data-driven_testing
.. _Paramiko: http://www.paramiko.org/
.. _Requests: http://docs.python-requests.org/en/latest/
.. _Robottelo: https://github.com/SatelliteQE/robottelo
.. _The Foreman: http://theforeman.org/
.. _WebDriver: http://docs.seleniumhq.org/projects/webdriver/


