Skip to content

Commit

Permalink
Test for running OTNS2 in the OT CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Sep 13, 2024
1 parent dccc519 commit 1cb9f13
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/otns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run
run: |
export OT_DIR=$PWD
./script/git-tool clone --depth 1 https://github.com/openthread/ot-ns.git /tmp/otns
./script/git-tool clone --depth 1 https://github.com/EskoDijk/ot-ns.git /tmp/otns
(
cd /tmp/otns
./script/test py-unittests
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run
run: |
export OT_DIR=$PWD
./script/git-tool clone --depth 1 https://github.com/openthread/ot-ns.git /tmp/otns
./script/git-tool clone --depth 1 https://github.com/EskoDijk/ot-ns.git /tmp/otns
(
cd /tmp/otns
./script/test py-examples
Expand Down Expand Up @@ -145,17 +145,17 @@ jobs:
matrix:
include:
- suite: "network-forming"
stress_level: 8
stress_level: 2
- suite: "commissioning"
stress_level: 14
stress_level: 2
- suite: "connectivity"
stress_level: 6
stress_level: 2
- suite: "network-latency"
stress_level: 10
stress_level: 2
- suite: "multicast-performance"
stress_level: 10
stress_level: 2
- suite: "otns-performance"
stress_level: 10
stress_level: 2
env:
STRESS_LEVEL: ${{ matrix.stress_level }}
steps:
Expand All @@ -179,7 +179,7 @@ jobs:
- name: Run
run: |
export OT_DIR=$PWD
./script/git-tool clone --depth 1 https://github.com/openthread/ot-ns.git /tmp/otns
./script/git-tool clone --depth 1 https://github.com/EskoDijk/ot-ns.git /tmp/otns
(
cd /tmp/otns
./script/test stress-tests ${{ matrix.suite }}
Expand Down

0 comments on commit 1cb9f13

Please sign in to comment.