We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac28736 commit 441942bCopy full SHA for 441942b
2 files changed
.github/workflows/ci.yml
@@ -389,6 +389,7 @@ jobs:
389
aas_test_engines check_server \
390
http://localhost:8081/api/v3.0 \
391
https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 \
392
+ --filter "$(cat ../etc/scripts/aas_test_engines_filter.txt)" \
393
--output html > result.html
394
- name: Upload test results as artifact
395
if: always()
etc/scripts/aas_test_engines_filter.txt
@@ -0,0 +1,10 @@
1
+*~GetSubmodelById:
2
+GetSubmodelById-ValueOnly:
3
+GetSubmodelById-Path:
4
+GetAllSubmodelElements:
5
+GetAllSubmodelElements-ValueOnly:
6
+GetAllSubmodelElements-Path:
7
+GetSubmodelElementByPath:
8
+GetSubmodelElementByPath-ValueOnly:
9
+GetSubmodelElementByPath-Path:
10
+GenerateSerializationByIds
0 commit comments