File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments