Skip to content

Commit

Permalink
Testing using publicly available models #158
Browse files Browse the repository at this point in the history
- generated the website `ASMD Rel 5.0 OPC UA Information Models Testing Partnership Program`
  • Loading branch information
mpostol committed Jun 30, 2020
1 parent 3e521b5 commit fcaa177
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 5 deletions.
74 changes: 74 additions & 0 deletions docs/ASMD50-ModelsTesting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title>ASMD Rel 5.0 OPC UA Information Models testing programme</title>
<style>
</style>

<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}

.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
}
</style>



</head>

<body class="vscode-light">
<h1 id="asmd-rel-50-opc-ua-information-models-testing-programme">ASMD Rel 5.0 OPC UA Information Models testing
programme</h1>
<p>Let me inform you about the opportunity to test your custom OPC UA Information Models against the specification
for free. Now I am working on the new release of the Address Space Model Designer, and I have commenced the
testing process. Therefore I will appreciate the possibility to test the tool against your custom model and by
the way the models against the specification, namely Part 3 and Part 5. Contact me if you have any models that
can be made available to me for this purpose?</p>
<p>The model tests will be conducted in the Public Domain, so I will accept only models protected by a permissible
license without requirements about how they can be modified or redistributed. The ASMD project is licensed under
the terms of the MIT license. For each accepted for testing models, I will create an independent issue, and you
will be able to trace the testing progress. The ASMD is free (published under the MIT license) open-source tool
that supports the graphical design of the process model using OPC UA Information and Address Space concepts. The
embedded model compiler generates all required file formats necessary to deploy custom models on the client,
server, publisher, and subscriber side using any existing Software Development Kit. The software has also
embedded model validation and documentation generation functionality.</p>
<p>The preliminary list of tests is as follows.</p>
<pre><code class="language-TXT"><code><div>
[ ] possibility to open ModelDesign file
[ ] possibility to import NodeSet file
[ ] possibility to convert NodeSet to ModelDesign
[ ] possibility to compile ModelDesign and generate NodeSet file
[ ] validation against the schema and compliance with the specification (Part 3 and Part 5) of the NodeSet file
[ ] correct generation of the model documentation in MS Word format
[ ] correct generation of website content with the model documentation

</div></code></code></pre>
<blockquote>
<p>NOTES:</p>
<ul>
<li>MS Word documentation will be available for the model owner</li>
<li>website will be publicly available and published using GitHub pages</li>
<li>any models inconsistency will be discussed with the model owner</li>
</ul>
</blockquote>

</body>

</html>
6 changes: 1 addition & 5 deletions docs/ASMD50-ModelsTesting.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# ASMD Rel 5.0 OPC UA Information Models testing

## Generic message

Hi All,
# ASMD Rel 5.0 OPC UA Information Models Testing Partnership Program

Let me inform you about the opportunity to test your custom OPC UA Information Models against the specification for free. Now I am working on the new release of the Address Space Model Designer, and I have commenced the testing process. Therefore I will appreciate the possibility to test the tool against your custom model and by the way the models against the specification, namely Part 3 and Part 5. Contact me if you have any models that can be made available to me for this purpose?

Expand Down

0 comments on commit fcaa177

Please sign in to comment.