1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/utils
Marc Bonnici 769aae3047 utils/serializer: Explicitly state yaml loader
In newer versions of PyYAML we need to manually specify the `Loader` to
be used as per https://msg.pyyaml.org/load.
`FullLoader` is now the default loader which attempts to avoid arbitrary
code execution, however if we are running an older version where this is
not available default back to the original Loader.
2019-03-04 15:50:13 +00:00
..
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
android.py I lint, therefore I am 2018-07-09 15:59:40 +01:00
cpustates.py I lint, therefore I am 2018-07-09 15:59:40 +01:00
diff.py wa: pep8 fixes 2018-07-06 14:39:41 +01:00
doc.py utils: pep8 fixes 2018-07-06 14:39:41 +01:00
exec_control.py wa: pep8 fixes 2018-07-06 14:39:41 +01:00
formatter.py Update copyright headers. 2018-07-04 16:33:31 +01:00
log.py utils/log: Ensure to convert all arguments to strings 2018-10-09 15:26:53 +01:00
misc.py utils/misc: Update load structure to use WA's yaml wrapper 2019-03-04 15:50:13 +00:00
postgres.py utils/postgres: Relocate functions to retrieve schema information 2018-12-07 09:55:17 +00:00
revent.py utils/revent: recording parser fixes 2018-10-08 17:46:35 +01:00
serializer.py utils/serializer: Explicitly state yaml loader 2019-03-04 15:50:13 +00:00
terminalsize.py wa: PEP8 Fixes 2018-07-10 12:56:51 +01:00
trace_cmd.py I lint, therefore I am 2018-07-09 15:59:40 +01:00
types.py utils/types: When creating an enum also try to deserialize from POD 2018-12-07 09:55:17 +00:00