[PATCH v1 3/7] dts: add scatter to the yaml schema
jspewock at iol.unh.edu
jspewock at iol.unh.edu
Fri Nov 10 00:07:33 CET 2023
From: Jeremy Spewock <jspewock at iol.unh.edu>
Allow for scatter to be specificed in the configuration file.
Signed-off-by: Jeremy Spewock <jspewock at iol.unh.edu>
---
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..97ee32f47a 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",
+ "scatter"
]
},
"test_target": {
--
2.42.0
More information about the dev
mailing list