lorax/tests
Brian C. Lane 4d35668ab5 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.
2019-05-02 16:21:36 -07:00
..
cleanup Fix keeping files on Amazon s3 2019-04-04 15:07:46 +03:00
cli Add test for starting compose with deleted blueprint 2019-04-23 11:37:03 +03:00
composer Update bash to 5.0.* 2019-02-21 08:55:23 -08:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Fix pylint errors and warnings 2018-09-25 13:49:40 +03:00
pylorax lorax-composer: Add firewall support to blueprints 2019-05-02 16:21:36 -07:00
__init__.py Add a test library 2018-08-06 16:53:48 -07:00
lib.py Add more tests for gitrpm.py 2019-03-29 14:05:09 -07:00
test_cli.sh Add checks for disabled root account 2019-03-22 12:06:34 +02:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00