Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

ansible/foreman-test-container

Repository files navigation

Foreman API v2 stub server

Prerequisites

Note

Scripts in this folder require Python 3.6+ runtime.

Sanitizing

$ ./fqdn_sanitizer.py fixtures/*.json

Running

Start the stub:

$ ./flaskapp.py

In docker:

$ make

In docker (dev):

$ make dev