- 11 Mar, 2021 1 commit
-
-
Mostly an aesthetic change, but having the filename in lowercase is more friendly when running from case sensitive filesystems, like on Linux. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- 03 Mar, 2021 5 commits
-
-
Vincent Stehlé authored
Use logging to output debug messages and add a --debug command line option to change the log level. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Add the --csv command line option to generate a .csv file. This is handy to manually triage issues in a spreadsheet. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Use argparse for command line arguments. This gives us the online help and will give use more flexibility to add command line options. We preserve the current behaviour with up to two positional arguments for the ekl and seq input files, and up to two arguments for the key:value search. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
We capture the group iteration, start date and time, revision, description and device path. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
This is easier for argument passing and more flexible for adding fields in the future. We take care to preserve current fields ordering in output result.md. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 01 Mar, 2021 7 commits
-
-
Vincent Stehlé authored
We generate a table for the summary rather than sections, as this is arguably more readable. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Avoid duplicating the GUID, result and name in the log. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Currently the parser tries to record the test service as 'group' and the test protocol as 'test set'. However, some tests have only a protocol and no service (e.g. LoadedImageProtocolTest). In this case, the parser will record the protocol as 'group' and the full line dictionary as 'test set'. Fix this case by recording an empty 'group' and the protocol as 'test set', more in line with the generic case. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Strip .ekl input lines, to avoid capturing "\n" in the log field. Adapt the empty lines skip test accordingly. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
This allows to execute Parser.py directly with: $ ./Parser.py <arguments...> Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
The json module is unused: remove it. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
Remove spurious whitespaces at end of line in Parser.py and README.md. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 19 Feb, 2021 2 commits
-
-
Vincent Stehlé authored
Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
Vincent Stehlé authored
This repairs the run with default sample filenames on Linux. Signed-off-by:
Vincent Stehlé <vincent.stehle@arm.com>
-
- 01 Oct, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-
- 29 Sep, 2020 2 commits
-
-
Jeff Booher-Kaeding authored
I like this one better, not Necessarily better, but easier to read.
-
Jeff Booher-Kaeding authored
-
- 23 Sep, 2020 2 commits
-
-
Jeff Booher-Kaeding authored
-
Jeff Booher-Kaeding authored
devloped a generic dict in list writier.
-
- 17 Sep, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
other small bugfixes
-
- 16 Sep, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
Need to address the ekl parser ASAP, unfortunately the logs are not as parsable as original thought. Generated MD is very rudimentary, needs more attetion, list bandid also restrics CSV output.
-
- 01 Sep, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
Now outputting CSV, re-factored Command line arguments, bug fixes, spelling fixes, and more.
-
- 27 Aug, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-
- 18 Aug, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-
- 17 Aug, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-
- 13 Aug, 2020 2 commits
-
-
Jeff Booher-Kaeding authored
main is now sample find command, with sample if run with no arguments, command line argumet 1: file, 2:key, 3:value
-
Jeff Booher-Kaeding authored
-
- 12 Aug, 2020 1 commit
-
-
Jeff Booher-Kaeding authored
-