[elbe-devel] [PATCH v4 16/16] schema: test-suite: Add missing attributes
Viraj Shah
viraj.shah at linutronix.de
Tue Oct 18 16:51:02 CEST 2022
* Add missing documentation for attributes for test-suite.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
Reviewed-by: Bastian Germann <bage 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 55aaa96db..07c504766 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -3088,16 +3088,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 a 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