lorax/tests
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
..
cli Add an openstack image type 2018-10-09 11:55:30 -07:00
composer Add tests for limit=0 routes 2018-08-27 12:09:27 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Add composer-cli and tests 2018-05-17 10:34:34 -07:00
pylorax Allow customizations to be specified as a toml list 2019-01-09 16:22:21 -08:00
__init__.py Add a test library 2018-08-07 12:12:17 -07:00
lib.py Update StringIO use for Py3 2018-08-07 12:12:17 -07:00
test_cli.sh Add beakerlib to Dockerfile.test 2018-10-02 16:50:28 -07:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00