[elbe-devel] [PATCH v1 10/16] schema: dbsfed.xsd: test-suite

Viraj Shah viraj.shah at linutronix.de
Thu Aug 25 15:49:33 CEST 2022


* No support for test-suite found in finetuning. Remove it.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 6f9699317..9885573a8 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2977,21 +2977,6 @@
     </sequence>
   </complexType>
 
-  <complexType name="test-suite">
-    <annotation>
-      <documentation>
-	A test suite is a sequence of test cases.  The required
-	attribute name is the an human readable identifier for the
-	test suite.
-      </documentation>
-    </annotation>
-    <sequence>
-      <group ref="rfs:test-case" minOccurs="0" maxOccurs="unbounded" >
-      </group>
-    </sequence>
-    <attribute name="name" type="string" use="required" />
-  </complexType>
-
   <group name="test-case">
     <annotation>
       <documentation>
-- 
2.30.2



More information about the elbe-devel mailing list