Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SatelliteQE/robottelo
Robottelo is a test suite that exercises The Foreman.
https://github.com/SatelliteQE/robottelo
foreman hacktoberfest katello python redhat-qe satellite6 satellite6qe
Last synced: 13 days ago
JSON representation
Robottelo is a test suite that exercises The Foreman.
- Host: GitHub
- URL: https://github.com/SatelliteQE/robottelo
- Owner: SatelliteQE
- License: gpl-3.0
- Created: 2012-04-12T01:36:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T03:23:23.000Z (15 days ago)
- Last Synced: 2024-10-30T06:21:11.938Z (15 days ago)
- Topics: foreman, hacktoberfest, katello, python, redhat-qe, satellite6, satellite6qe
- Language: Python
- Homepage:
- Size: 48.7 MB
- Stars: 61
- Watchers: 27
- Forks: 114
- Open Issues: 219
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
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/pypi/pyversions/robottelo.svg
:target: https://pypi.org/project/robottelo.. image:: https://img.shields.io/pypi/l/robottelo.svg
:target: https://pypi.org/project/robottelo.. image:: https://readthedocs.org/projects/robottelo/badge/?version=latest
:target: https://robottelo.readthedocs.io/en/latest/?badge=latest.. image:: https://github.com/SatelliteQE/robottelo/workflows/update_robottelo_image/badge.svg
:alt: update_robottelo_image build status on GitHub Actions
:target: https://github.com/SatelliteQE/robottelo/actions`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`_ through `airgun`_.
* CLI tests, which rely on `ssh2-python`_.
* API tests, which rely on `Requests`_ through `nailgun`_.The `full documentation
`_ 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
.. _ssh2-python: https://pypi.org/project/ssh2-python/
.. _Requests: http://docs.python-requests.org/en/latest/
.. _Robottelo: https://github.com/SatelliteQE/robottelo
.. _airgun: https://github.com/SatelliteQE/airgun
.. _nailgun: https://github.com/SatelliteQE/nailgun
.. _The Foreman: http://theforeman.org/
.. _WebDriver: http://docs.seleniumhq.org/projects/webdriver/