Skip to content

Commit 441942b

Browse files
committed
add operation filtering
1 parent ac28736 commit 441942b

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
aas_test_engines check_server \
390390
http://localhost:8081/api/v3.0 \
391391
https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 \
392+
--filter "$(cat ../etc/scripts/aas_test_engines_filter.txt)" \
392393
--output html > result.html
393394
- name: Upload test results as artifact
394395
if: always()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)