Reviewed-by: Juraj Linkeš <[email protected]>
On Mon, Dec 18, 2023 at 7:13 PM <[email protected]> wrote: > > From: Jeremy Spewock <[email protected]> > > Allow for scatter to be specified in the configuration file. > > Signed-off-by: Jeremy Spewock <[email protected]> > --- > dts/framework/config/conf_yaml_schema.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/dts/framework/config/conf_yaml_schema.json > b/dts/framework/config/conf_yaml_schema.json > index 84e45fe3c2..e6dc50ca7f 100644 > --- a/dts/framework/config/conf_yaml_schema.json > +++ b/dts/framework/config/conf_yaml_schema.json > @@ -186,7 +186,8 @@ > "type": "string", > "enum": [ > "hello_world", > - "os_udp" > + "os_udp", > + "pmd_buffer_scatter" > ] > }, > "test_target": { > -- > 2.43.0 >

