-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-cli: Add example of CSV file with requirements #358
Description
Description
To help users understand how to use Ogma, as well as to facilitate testing Ogma as changes are applied, it is important to have examples that demonstrate the key features.
Ogma supports generating monitors from requirements described in CSV files. We should have an example in the repo.
Type
- Feature: Add example.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
Not applicable (not a bug).
Expected result
Ogma includes an example of requirements described in a CSV file, together with any auxiliary files needed to make the example work.
Desired result
Ogma includes an example of requirements described in a CSV file, together with any auxiliary files needed to make the example work.
Proposed solution
Add demonstration CSV file under ogma-cli/examples/.
Add configuration file specifying the format of the CSV file.
Further notes
None.