python-muranoclient/muranoclient
Ilya Popov 8007de89b1 Fix removes date_time items from dictionaries
Some functional tests fail because they assert dictionaries
with date/time items. For example, test_environment_template_create
checks that dictionary env_template exists in env_template_list
dicrionary list. All mentioned dictionaries have date/time items
with keys 'Created' and 'Updated'. If the system, where functional
tests are executed will be quite slow - time in these dictionaries
could differ. This behavior will result corresponding test to fail
even if all tasks will be executed successfully because time in
dictionaries for 'Created' and 'Updated' keys will differ and
assert will fail

Removing the date/time items from dictionaries will help to
successfully pass functional tests

Related-Bug: #1626733

Change-Id: Ibb85992e8b3869ae2b7adf58f8b4f9b134d07139
2016-11-13 01:17:54 +03:00
..
apiclient move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
common Merge "Add validation to package import" 2016-11-11 20:09:13 +00:00
data Update package composing command 2015-04-10 16:11:59 +00:00
glance Further refactor of Glare API urls 2016-05-19 13:47:15 +03:00
osc move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
tests Fix removes date_time items from dictionaries 2016-11-13 01:17:54 +03:00
v1 Merge "Add validation to package import" 2016-11-11 20:09:13 +00:00
__init__.py Add --version parameter for murano python client 2015-06-22 16:01:45 +00:00
client.py KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
i18n.py Use oslo_i18n instend of gettextutils 2015-12-14 12:46:53 +00:00
shell.py move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
version.py Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00