deb-murano/murano/packages
Kirill Zaitsev 092cbb2af4 Test hot package files with sets instead of lists
Before test_hot_package file used lists for testing which files were
generated. This could potentially lead to false negatives, as os.walk
returns file names in arbitrary order.
This commit replaces lists with sets to mitigate the problem.
Renames _build_hot_resources_dict as it does not return a dict.

Change-Id: I348d5c5bbf0db0d4d734d07a5449e6f3d171fcbf
Closes-Bug: #1494722
2015-10-01 14:18:35 +03:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
exceptions.py Clean-up openstack.common 2015-06-10 17:28:49 +03:00
hot_package.py Test hot package files with sets instead of lists 2015-10-01 14:18:35 +03:00
load_utils.py Version-aware YAML loading 2015-09-03 12:07:13 +00:00
mpl_package.py Version-aware YAML loading 2015-09-03 12:07:13 +00:00
package_base.py Version-aware YAML loading 2015-09-03 12:07:13 +00:00
package.py Fix pylint errors 'unused variable' 2015-09-04 14:36:22 +00:00