This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d4f1ffc Site checkin for project PLC4X: Jenkins Tools
d4f1ffc is described below
commit d4f1ffc5df9c6a857f2f0b9e5d92c0a81404ef42
Author: jenkins <[email protected]>
AuthorDate: Sat Apr 24 22:01:15 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
schemas/driver-testsuite.xsd | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/schemas/driver-testsuite.xsd b/schemas/driver-testsuite.xsd
index a9576ae..1406cc7 100644
--- a/schemas/driver-testsuite.xsd
+++ b/schemas/driver-testsuite.xsd
@@ -25,6 +25,10 @@
<xs:sequence>
<!-- Name of the tessuite -->
<xs:element name="name" type="xs:string"/>
+ <!-- The protocolName(id) of the protocol -->
+ <xs:element name="protocolName" type="xs:string"/>
+ <!-- The outputFlavor of the protocol-->
+ <xs:element name="outputFlavor" type="xs:string"/>
<!-- The name of the driver we want to test (as it's used in
the connection-string) -->
<xs:element name="driver-name" type="xs:string"/>