kolla-cli/tests
Borne Mace 3d47927ad3 Support modification of non string properties
Support modification of non string properties.  Introduced
the concept of types to the AnsibleProperty object and when
a property is set if the type is not str or None then
the value will be loaded via yaml and processed into the
appropriate python type.  At write time it is then written
out via yaml dump rather than always writing it out as a
string.

Change-Id: Iab1d10430cb919cf968e4357c93e23ed360bf338
Jira-Issue: OPENSTACK-1698
2017-12-04 09:41:31 -08:00
..
README.txt Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
__init__.py Summary: add initial unittest structure and first unittest 2015-08-03 15:04:42 -04:00
callback_plugin.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
client_upgrade.py unit test updates for mitaka changes 2016-09-15 18:40:36 +02:00
common.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
deploy.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
destroy.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
group.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
host.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
password.py allow empty passwords to be set 2016-10-13 16:07:55 +02:00
property.py Support modification of non string properties 2017-12-04 09:41:31 -08:00
reconfigure.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
service.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
stop.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
support.py Updated unit tests to avoid remote calls 2017-11-20 10:35:32 -08:00
versions.py add version to api, misc fixes 2016-05-23 09:12:05 -04:00

README.txt

As of change id: Id11cc1abcac6ac5b94176a1f17a8f5f82b6f00d5
removed all tests which expected remote systems
to be available / configured.  These tests should be
revived at some point using Tempest or something similar to run
more complete functional tests.