redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Udpate library configuration file via parameters #35

Open x00Pavel opened 2 years ago

x00Pavel commented 2 years ago

Add functionality for an editing configuration file that is passed to the library on prepare step and used during testing. Two possible approaches:

  1. Pass all required arguments to prepare command and update given configuration file with them
  2. Add CLI command for editing given configuration file.
    • arguments: path to the config file in YAML format, key=value pairs that would be updated in the given file