lorax/tests
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
..
cli tests: use the first IP address if more than 1 retruned from OpenStack 2018-12-08 02:31:06 +02:00
composer Add tests for limit=0 routes 2018-08-27 11:05:46 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Fix pylint errors and warnings 2018-09-25 13:49:40 +03:00
pylorax Allow customizations to be specified as a toml list 2019-01-08 10:21:07 -05:00
__init__.py Add a test library 2018-08-06 16:53:48 -07:00
lib.py Add tests for pylorax.imgutils 2018-11-12 11:13:37 -08:00
test_cli.sh Use a temporary shared dir when testing 2018-11-29 09:46:06 +02:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00