openstack-python-neutronclient/neutronclient/tests/functional
Takashi Kajinami f83108d858 Use yaml.safe_load instead of yaml.load
Since PyYAML 5.1, yaml.load without specifying the Loader option is
deprecated and shows the following warning.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.

This change replaces usage of yaml.load by yaml.safe_load, to get rid
of that warning message.

Change-Id: Ibe25c4aaf3aa7226f28ec60b8a929ecc143face1
2021-09-01 17:53:41 +09:00
..
adv-svcs Disable VPNaaS functional tests in the neutronclient gate 2016-11-29 12:04:24 -08:00
core Use yaml.safe_load instead of yaml.load 2021-09-01 17:53:41 +09:00
hooks Replace git.openstack.org URLs with opendev.org URLs 2019-04-28 14:25:39 +08:00
__init__.py First pass at tempest-lib based functional testing 2015-03-09 14:25:38 +00:00
base.py Run functional test correctly 2019-07-18 20:28:55 +09:00