rdkcentral / xts_core

The scripts will be the core of the XTS command line tool for running test suites for all components. This tool will be written in python, based upon the yaml_runner library. Its functionality is planned to run the tests created with UTCore and RAFT
Apache License 2.0
0 stars 0 forks source link

support xts yaml file creation and modifcation support #2

Open TB-1993 opened 3 months ago

TB-1993 commented 3 months ago

Goal: Upgrade the XTS core tool to support creation and modification of .xts yaml files

Currently, users have to create their .xts yaml files manually before xts can be used. This upgrade would add a CLI interface users could use to make changes to their yaml files and create new yaml files, with sections specified by the users. This interface would allow users to add new sections or new entries to existing sections, by asking them for the required information. This would allow for users to do the yaml creation/modification without needing to understand the .xts yaml file format.

Acceptance Criteria

Ulrond commented 2 months ago

Not clear if this would be required, everyone can actually read and edit xts files and they should know how todo it.