fault/python-fmclient/fmclient/fmclient
Al Bailey a425fa6626 Support newer version of yaml
yaml.load will report a warning in pyyaml 5 and an error
in pyyaml 6 if it is called without a Loader argument.

The no-member pylint error was being suppressed due to
legacy http code, so now that is un-suppressed globally
and the yaml.load is replaced with yaml.safe_load

Test Plan:
  PASS: tox
  PASS: yaml.load('events.yaml') returns the same content
       as yaml.safe_load('events.yaml')

Story: 2010642
Task: 48157
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ibac118cd9555f3334251b10a6b3e0a5986285854
2023-05-31 16:36:27 +00:00
..
common Support newer version of yaml 2023-05-31 16:36:27 +00:00
v1 Implement access control for FM API 2022-08-26 10:54:39 -03:00
__init__.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
client.py Add support to --insecure parameter in fmclient 2022-01-20 11:56:43 -03:00
exc.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
shell.py Fix FM error messages for forbidden requests 2022-10-20 20:47:13 -03:00