lorax/tests/pylorax
Brian C. Lane 59bad712ad lorax-composer: Add firewall support to blueprints
You can now open ports in the firewall, using port numbers or service
names:

    [customizations.firewall]
    ports = ["22:tcp", "80:tcp", "imap:tcp", "53:tcp", "53:udp"]

Or enable/disable services registered with firewalld:

     [customizations.firewall.services]
     enabled = ["ftp", "ntp", "dhcp"]
     disabled = ["telnet"]

If the template contains firewall --disabled it cannot be overridden,
under the assumption that it is required for the image to boot in the
selected environment.

(cherry picked from commit 4d35668ab5)

Related: rhbz#1709595
2019-05-29 15:21:34 -07:00
..
blueprints tests: Make it easier to update version globs 2019-04-05 11:05:58 -07:00
repos Only use repos with valid urls for test_server.py 2019-04-05 11:05:58 -07:00
results Support loading groups from the kickstart template files. 2018-07-19 11:00:46 -07:00
source Fix DNF related issues with source selection 2018-06-04 15:47:38 -07:00
__init__.py Add tests to test_creator.py 2019-03-21 14:48:27 -07:00
test_bisect.py lorax-composer: Handle packages with multiple builds 2018-12-07 11:54:02 -08:00
test_buildstamp.py tests: Skip docs if not installed 2019-04-05 11:05:58 -07:00
test_compose.py lorax-composer: Add firewall support to blueprints 2019-05-29 15:21:34 -07:00
test_creator.py Add an option to align the image size to a multiplier. 2019-04-05 11:30:19 -04:00
test_crossdomain.py Use 2to3 to convert the python2 lorax-composer code to python3 2018-05-17 10:34:34 -07:00
test_dnfbase.py Revert "lorax-composer: Check for CDN only repos" 2019-05-13 12:03:39 -07:00
test_projects.py tests: Make sure example-development is present for delete test 2019-04-05 11:05:58 -07:00
test_queue.py lorax-composer: Check the queue and results at startup 2018-12-06 15:27:48 -08:00
test_recipes.py lorax-composer: Add firewall support to blueprints 2019-05-29 15:21:34 -07:00
test_server.py Only use repos with valid urls for test_server.py 2019-04-05 11:05:58 -07:00
test_timestamp.py Add a test for the pylorax.api.timestamp functions 2018-08-07 12:12:17 -07:00
test_workspace.py Fix tests related to blueprint name changes 2018-08-22 10:22:36 -07:00