Re: [PATCH v1] Testbed And Node Configuration Split

2024-06-10 Thread Nicholas Pratte
On Mon, Jun 10, 2024 at 3:00 PM Nicholas Pratte wrote: > > > -def load_config(config_file_path: Path) -> Configuration: > +def load_config(node_config_file_path: Path, exec_config_file_path: Path) -> > Configuration: > """Load DTS test run configuration from a file. > > -Load the YAML

[PATCH v1] Testbed And Node Configuration Split

2024-06-10 Thread Nicholas Pratte
This implementation splits the execution and node configuration components of the conf.yaml into two separate config files. A new command line argument is added, allowing the user to specify both a node configuration file and an execution configuration file. Be default, these config files are now n