Release first working memtester diag with the following features:
- Implement first parser
- Implement first fully working diag
- Add requirements.txt
- Forward args to memtester
- Add Dockerfile to ease testing of different memtester versions
- Add more memtester versions to the support list
- Remove src files from container
- Install build tools explicitly
- Add some content to README.md
- Fix workdir
- Fix parsing errors for some FAILURE messages
- Separate scripts from future tests
- Add support for logging memtester's raw output
- Improve README.md
- Add unit tests
- Move log file reporting
- Improve README.md
- Add license header
- Report status and result for the test run
- Fix copyright info according to recommendations
- Get rid of the sudo advice
- Remove stray semicolon
- Rename FLR token
- Annotate dataclasses
- Improve argparse help message
- Use proper cmd argument splitting
- Type-annotate MemtesterObserver.run
- Use Measurement instead of MeasurementSeries for bad addresses
- Fail the diag for unknown memtester versions by default
- Clarify test type in logs
- Specify Python version requirement
- Turn comments into docstrings