lorax/tests/pylorax
David Shea 59e2da0a96 Allow customizations to be specified as a toml list
Support both

  [customizations]
  hostname = "whatever"

and

  [[customizations]]
  hostname = "whatever"

in the blueprint data. The [[ syntax matches the other customization
directives (user, group, sshkey), and as such it's easy to accidentally
use it for the hostname without even realizing it's specifying something
different.

Add some tests for converting customizations to kickstarts.

(cherry picked from commit 35ab6a1336)

Resolves: rhbz#1664485
2019-01-09 16:22:21 -08:00
..
blueprints Drop mod_auth_openidc from httpd example blueprint 2018-08-29 10:48:02 -07:00
repos Update the projects tests to use DNF Repo object 2018-12-07 11:52:22 -08: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
test_bisect.py lorax-composer: Handle packages with multiple builds 2018-12-07 11:54:02 -08:00
test_buildstamp.py Write the --variant string to .buildstamp as 'Variant=' 2018-01-17 09:38:16 -08:00
test_compose.py Write a rootpw line if no root customizations in the blueprint 2018-10-03 08:29:33 -07: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 lorax-composer: Check for CDN only repos 2018-12-07 11:50:52 -08:00
test_projects.py Adjust test_drtfr_gpgkey to pass on Fedora 28 and RHEL 8 2018-12-07 11:52:22 -08:00
test_queue.py lorax-composer: Check the queue and results at startup 2018-12-06 15:27:48 -08:00
test_recipes.py Allow customizations to be specified as a toml list 2019-01-09 16:22:21 -08:00
test_server.py Add an openstack image type 2018-10-09 11:55:30 -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