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
Sergei Trofimov ec109f5d0b fixing "params" handling in section entries
"params" is interpreted differently in section vs workload entires in
the agenda; previously, this was handled in the generic entry
construciton function by examining the ID prefix of the entry to
distinguish between the two.

This is unreliable as the user may specify their own IDs that won't have
the expected prefixes. To handle this, the "params" alias resolution for
sections is now handled in section specific part of entry processing
(workloads are handled autmatically because that is the default for
the corresponding JobConfig config point).
2017-03-15 14:34:31 +00:00
..
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
counter.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
diff.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
doc.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
formatter.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
log.py Handle retry failed 2017-03-15 14:34:31 +00:00
misc.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
serializer.py fixing "params" handling in section entries 2017-03-15 14:34:31 +00:00
terminalsize.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
types.py Handle retry failed 2017-03-15 14:34:31 +00:00