[v5,2/3] dts: dynamic config conf schema
Checks
Commit Message
configuration schema to run dynamic configuration test suite.
Signed-off-by: Dean Marx <dmarx@iol.unh.edu>
---
dts/framework/config/conf_yaml_schema.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Comments
On Wed, Jul 24, 2024 at 3:21 PM Dean Marx <dmarx@iol.unh.edu> wrote:
>
> configuration schema to run dynamic configuration test suite.
>
> Signed-off-by: Dean Marx <dmarx@iol.unh.edu>
Reviewed-by: Jeremy Spewock <jspewock@iol.unh.edu>
Similar to my other reply.
Please follow contributing guidelines when writing your commit subject
and body[1]. For example, an imperative subject:
dts: add dynamic config test to conf schema
Moreover, is there a reason to split this from the test suite commit?
Thanks,
Luca
[1]
https://doc.dpdk.org/guides/contributing/patches.html#commit-messages-subject-line
@@ -187,7 +187,8 @@
"enum": [
"hello_world",
"os_udp",
- "pmd_buffer_scatter"
+ "pmd_buffer_scatter",
+ "dynamic_config"
]
},
"test_target": {