[elbe-devel] [PATCH v3 16/16] schema: test-suite: Add missing attributes
Viraj Shah
viraj.shah at linutronix.de
Fri Sep 23 16:03:16 CEST 2022
* Add missing attribute for documentation for test-suite.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
schema/dbsfed.xsd | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index dc8383019..9601356af 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -3090,16 +3090,25 @@
<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.
+ A test suite is a sequence of test cases. The required
+ attribute name is the an human readable identifier for the
+ test suite.
+ The value of this tag consists of the test registers
+ defined in elbepack/junit.py to be performed for the
+ specific files.
</documentation>
</annotation>
<sequence>
<group ref="rfs:test-case" minOccurs="0" maxOccurs="unbounded" >
</group>
</sequence>
- <attribute name="name" type="string" use="required" />
+ <attribute name="name" type="string" use="required">
+ <annotation>
+ <documentation>
+ This attribute describes the name of the test suite.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
<group name="test-case">
--
2.30.2
More information about the elbe-devel
mailing list