lorax/tests
David Shea 252c9f6226 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#1666517
2019-02-19 14:04:43 -08:00
..
cli Make sure compose build tests run with SELinux in enforcing mode 2019-02-06 13:59:17 +01:00
composer Add tests for limit=0 routes 2018-08-23 16:17:33 -07:00
pylint Add a pylorax.api.version number 2018-08-21 12:10:01 -07:00
pylorax Allow customizations to be specified as a toml list 2019-02-19 14:04:43 -08:00
__init__.py Add a test library 2018-07-26 18:12:02 -07:00
lib.py Add a test library 2018-07-26 18:12:02 -07:00
test_cli.sh Backport cloud image tests from master 2018-12-20 10:55:04 +02:00
testenv.sh Backport cloud image tests from master 2018-12-20 10:55:04 +02:00