Skip to content

Commit bf94b70

Browse files
Change link in readme to new documentation (#72)
* Change link in readme to new documentation Signed-off-by: ClemensLinnhoff <[email protected]> * Set working version of FMPy Signed-off-by: ClemensLinnhoff <[email protected]> --------- Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent 038fa39 commit bf94b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fmu_checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
key: ${{ runner.os }}-model-fmu-${{ github.sha }}
8181

8282
- name: Install FMPy
83-
run: python -m pip install fmpy[complete]
83+
run: python -m pip install fmpy==0.3.16
8484

8585
- name: Run FMPy Validate
8686
working-directory: /tmp/model_fmu

test/integration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# *integration* Folder
22

3-
As described in the overall [OSMP Test Architecture](https://github.com/openMSL/.github/blob/main/doc/osmp_test_architecture.md), smoke tests, integration tests and regression tests, are all considered integration tests.
3+
As described in the overall [OSMP Test Architecture](https://openmsl.github.io/doc/OpenMSL/test-architecture/index.html), smoke tests, integration tests and regression tests, are all considered integration tests.
44
This is because every model in a co-simulation depends on inputs and therefore has to be connected to at least one other FMU.
55
Every test folder contains a System Structure Definition file (SSD) describing the test case, a README according to the OSMP [Test Architecture Readme Template](https://github.com/openMSL/.github/blob/main/doc/integration_test_readme_template.md) and all auxiliary data needed for the test.
66
All tests in this folder are automatically simulated in the GitHub Action pipeline for every commit.

0 commit comments

Comments
 (0)