lorax/tests
David Shea bc574e2e2f 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)
2019-01-08 14:12:50 -08:00
..
cli Add an openstack image type 2018-10-09 15:17:45 -07:00
composer Add tests for limit=0 routes 2018-08-27 12:02:39 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Fix pylint errors and warnings 2018-10-09 15:04:43 -07:00
pylorax Allow customizations to be specified as a toml list 2019-01-08 14:12:50 -08:00
__init__.py Add a test library 2018-08-06 17:00:56 -07:00
lib.py Update StringIO use for Py3 2018-08-07 08:41:11 -07:00
test_cli.sh Change make_dnf_dirs to be run as root 2018-10-10 14:25:51 -07:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00