tacker/tacker/tests/functional/nfvo
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
..
__init__.py Adding testcase for create and delete VIM 2016-03-28 19:52:48 +00:00
test_nfvo.py Implement NSD Support part 2 2017-01-25 23:15:40 +05:30
test_vim.py Replace yaml.load with yaml.safe_load; 2017-03-16 10:33:26 +00:00