[github-actions] add more packet verification tests (#6508)

Packet verification of some test scripts were not executed. This
commit runs these tests in packet verification checks.
This commit is contained in:
Simon Lin
2021-04-25 21:36:01 -07:00
committed by GitHub
parent 524da6d2c4
commit ccedef530e
3 changed files with 4 additions and 21 deletions
+2 -4
View File
@@ -126,6 +126,7 @@ jobs:
REFERENCE_DEVICE: 1
THREAD_VERSION: 1.1
VIRTUAL_TIME: 1
MULTIPLY: 3
steps:
- uses: actions/checkout@v2
with:
@@ -143,10 +144,7 @@ jobs:
./script/test get_thread_wireshark
- name: Run
run: |
for i in {1..10}
do
./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py
done
./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
+2 -4
View File
@@ -170,6 +170,7 @@ jobs:
VIRTUAL_TIME: 1
PACKET_VERIFICATION: 1
THREAD_VERSION: 1.2
MULTIPLY: 3
steps:
- uses: actions/checkout@v2
with:
@@ -187,10 +188,7 @@ jobs:
./script/test get_thread_wireshark
- name: Run
run: |
for i in {1..3}
do
./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py
done
./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with: