Skip to content

Commit 9eee9c9

Browse files
committed
add operation filtering
1 parent ac28736 commit 9eee9c9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,11 @@ jobs:
386386
docker inspect --format='{{.State.Running}}' basyx-python-server | grep true
387387
- name: Run AAS Test Engines compliance check
388388
run: |
389+
FILTER=$(tr '\n' '' < ../etc/scripts/aas_test_engines_filter.txt)
389390
aas_test_engines check_server \
390391
http://localhost:8081/api/v3.0 \
391392
https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 \
393+
--filter "$FILTER" \
392394
--output html > result.html
393395
- name: Upload test results as artifact
394396
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)