1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wa/utils
Sergei Trofimov 5f00a94121 utils/types: fix toggle_set creation
Correctly handle the presence of both an element and its toggle in the
input, and handle them base on order, e.g.

toggle_set(['x', 'y', '~x']) --> {'y', '~x'}
toggle_set(['~x', 'y', 'x']) --> {'y', 'x'}
2020-02-19 17:02:58 +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 utils/cpustates: update idle state naming 2020-01-10 13:32:40 +00: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 util/exec_control: add once_per_attribute_value 2020-02-07 16:49:48 +00: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: Fix formatting 2019-07-19 16:36:11 +01:00
revent.py utils/revent: recording parser fixes 2018-10-08 17:46:35 +01:00
serializer.py tests: fix pytest warnings 2019-12-03 14:03:18 +00:00
terminalsize.py wa: PEP8 Fixes 2018-07-10 12:56:51 +01:00
trace_cmd.py utils/trace_cmd: update for Python 3 2020-01-10 13:31:30 +00:00
types.py utils/types: fix toggle_set creation 2020-02-19 17:02:58 +00:00