Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ansible/foreman-test-container
- Owner: ansible
- License: gpl-3.0
- Archived: true
- Created: 2018-04-03T16:37:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T05:09:04.000Z (about 4 years ago)
- Last Synced: 2024-09-22T13:31:35.610Z (about 2 months ago)
- Topics: ansible-test, docker, docker-container, docker-image
- Language: Python
- Homepage: https://quay.io/repository/ansible/foreman-test-container
- Size: 1.34 MB
- Stars: 3
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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