Skip to content

Commit

Permalink
Always check for smts
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 5, 2024
1 parent c9c1f56 commit d50d556
Show file tree
Hide file tree
Showing 9 changed files with 301 additions and 555 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ You may want to invoke the test tools using the simplified command line interfac
aas_test_engines check_file test.aasx
aas_test_engines check_file test.json --format json

# Check file including submodel template
aas_test_engines check_file test.aasx --submodel_template ContactInformation

# Check server
aas_test_engines check_server https://localhost https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002

Expand Down Expand Up @@ -141,16 +138,6 @@ result = file.check_xml_data(aas)
result.dump()
```

Checking for submodel templates:

```python
from aas_test_engines import file
with open('aas.xml') as f:
result = file.check_xml_file(f, submodel_templates=set(['ContactInformation']))
# result.ok() == True

```

Checking older versions:

```python
Expand Down
Loading

0 comments on commit d50d556

Please sign in to comment.