lorax/tests/pylorax
David Shea 35ab6a1336 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.
2019-01-08 10:21:07 -05:00
..
blueprints Drop minor version from php package in blueprint 2018-11-29 09:46:06 +02:00
repos Update the projects tests to use DNF Repo object 2018-10-24 10:22:40 -07:00
results Add group-based tests. 2018-07-18 15:38:40 -07:00
source Fix DNF related issues with source selection 2018-06-04 15:45:36 -07:00
templates Add tests for ltmpl.py 2018-10-29 13:55:19 -07:00
__init__.py Add tests for pylorax.imgutils 2018-11-12 11:13:37 -08:00
test_bisect.py lorax-composer: Handle packages with multiple builds 2018-12-06 15:48:58 -08:00
test_buildstamp.py Fixing bug where test did not try to import pylorax.version to check for version but automatically just checked for 'devel' causing test to fail when it should not have 2018-06-22 09:14:04 -07:00
test_compose.py Write a rootpw line if no root customizations in the blueprint 2018-10-03 08:30:31 -07:00
test_creator.py drop ppc/ppc64 from tests 2019-01-07 13:52:46 -08:00
test_crossdomain.py Use 2to3 to convert the python2 lorax-composer code to python3 2018-05-14 13:00:14 -07:00
test_discinfo.py tests: Add discinfo test 2018-11-12 11:13:37 -08:00
test_dnfbase.py Update the tests for new make_dnf_dir arguments. 2018-10-12 11:59:32 -07:00
test_executils.py tests: Add executils test 2018-11-12 11:13:37 -08:00
test_imgutils.py Add tests for partitioned disk images 2018-11-12 11:13:37 -08:00
test_ltmpl.py Add tests for ltmpl.py 2018-10-29 13:55:19 -07:00
test_projects.py Update the projects tests to use DNF Repo object 2018-10-24 10:22:40 -07:00
test_queue.py lorax-composer: Check the queue and results at startup 2018-12-06 15:13:28 -08:00
test_recipes.py Allow customizations to be specified as a toml list 2019-01-08 10:21:07 -05:00
test_server.py Drop minor version from php package in blueprint 2018-11-29 09:46:06 +02:00
test_sysutils.py tests: Add sysutils test 2018-11-12 11:13:37 -08:00
test_timestamp.py Add a test for the pylorax.api.timestamp functions 2018-08-07 09:22:18 -07:00
test_treeinfo.py tests: Add treeinfo test 2018-11-12 11:13:37 -08:00
test_workspace.py Fix tests related to blueprint name changes 2018-08-23 13:32:26 -07:00