tacker/tacker/tests/functional
WangBinbin 4889515fcf Replace yaml.load with yaml.safe_load;
Replace yaml.dump with yaml.safe_dump;

In the file
 /vnfm/infra_drivers/openstack/translate_template.py#L453
 /vnfm/tosca/utils.py#L267

The default yaml.safe_dump does not support OrderedDict,
So Add one function for the yaml.safe_dump in the files above

yaml.safe_load is more safer than yaml.load, that's the patch meaning

Change-Id: Iab0e976b1163220bd78c2ceda83243c2da4c6624
Closes-Bug: #1673294
2017-03-16 10:33:26 +00:00
..
nfvo Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00
vnfm Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
base.py Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00
clients.py Add functional tests for ConnectionPoint features 2016-09-15 07:06:42 +00:00
keystone.py Migrate from keystoneclient to keystoneauth 2016-11-23 13:03:09 +05:30