kolla-ansible/kolla/tests
Joshua Harlow 7c6990ccec Use an image object, recorder object and status constants
Instead of using raw dicts and passing data around via
dictionaries (which makes it really hard to figure out
what is in those dictionaries at any point) prefer to
use objects. That way people can actually understand what
the object is supposed to be, vs guessing and/or having to
decipher its usage.

The same goes for raw string constants, prefer using
named constants instead.

Closes-Bug: #1586475

Change-Id: Ide179dc6593c50696d47a2d3d4cd000f343855d4
2016-06-02 11:21:24 -07:00
..
common add unittest code base 2016-01-18 11:42:00 +00:00
docker Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
etc fix the custom profile raise exception issue 2016-02-15 15:25:15 +08:00
__init__.py add unittest code base 2016-01-18 11:42:00 +00:00
base.py Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
test_build.py Use an image object, recorder object and status constants 2016-06-02 11:21:24 -07:00