Re: [PATCH v1] dts: Testbed And Node Configuration Split

2024-09-10 Thread Juraj Linkeš
On 14. 6. 2024 20:27, Jeremy Spewock wrote: I think this is definitely a step in the right direction in terms of how we structure the config files. Something that I think could also be a cool improvement for how we handle configs is just making a `conf/` directory and then taking all of the co

Re: [PATCH v1] dts: Testbed And Node Configuration Split

2024-09-10 Thread Juraj Linkeš
On 14. 6. 2024 20:32, Jeremy Spewock wrote: On Mon, Jun 10, 2024 at 3:37 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 configura

Re: [PATCH v1] dts: Testbed And Node Configuration Split

2024-06-14 Thread Jeremy Spewock
On Mon, Jun 10, 2024 at 3:37 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. > > > > -L

Re: [PATCH v1] dts: Testbed And Node Configuration Split

2024-06-14 Thread Jeremy Spewock
I think this is definitely a step in the right direction in terms of how we structure the config files. Something that I think could also be a cool improvement for how we handle configs is just making a `conf/` directory and then taking all of the configuration in each of the yaml files present in

Re: [PATCH v1] dts: Testbed And Node Configuration Split

2024-06-10 Thread Nicholas Pratte
> -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 test run configuration file > +Load both the YAML testbe