Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansible/foreman-test-container

Foreman service stub container for testing.
https://github.com/ansible/foreman-test-container

ansible-test docker docker-container docker-image

Last synced: about 1 month ago
JSON representation

Foreman service stub container for testing.

Awesome Lists containing this project

README

        

Foreman API v2 stub server
--------------------------

Prerequisites
=============

.. note::

Scripts in this folder require Python 3.6+ runtime.

Sanitizing
~~~~~~~~~~

.. code:: shell

$ ./fqdn_sanitizer.py fixtures/*.json

Running
=======

Start the stub:

.. code:: shell

$ ./flaskapp.py

In docker:

.. code:: shell

$ make

In docker (dev):

.. code:: shell

$ make dev