Standalone parser notes

This page has information about the project to de-couple Fuego's test log parser, to make it a standalone program.

Neil Williams had some good feedback (some of it negative) on the automated testing mailing list.

This page seeks to organize that content, and capture ideas about the process of making Fuego's parser standalone.

vision [edit section]

Create a standalone test program output parser, that can be used by multiple test systems, so that parsing is not baked into each test system.

Let it develop on its own, independent of a particular test system.

input [edit section]

Run artifacts from a test program

There can be multiple channels of information to extract data from during a test program run.

format, markers or tags [edit section]

output [edit section]

Standardized output in multiple formats:

current dependencies on Fuego [edit section]