From: Jeremy Spewock <jspew...@iol.unh.edu>

Adds the test suite name to the yaml schema to allow for it to be run.

Signed-off-by: Jeremy Spewock <jspew...@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 f02a310bb5..b8ad5b37b3 100644
--- a/dts/framework/config/conf_yaml_schema.json
+++ b/dts/framework/config/conf_yaml_schema.json
@@ -187,7 +187,8 @@
       "enum": [
         "hello_world",
         "os_udp",
-        "pmd_buffer_scatter"
+        "pmd_buffer_scatter",
+        "dual_vlan"
       ]
     },
     "test_target": {
-- 
2.45.2

Reply via email to