[thread-cert] misc enhancements to improve reliability (#7298)

This commit introduces a number of enhancements to `thread-cert`
Border Router tests to improve reliability:
- Checks `ot-rcp` process status for OTBR tests to help catch errors
  earlier
- Make sure `ot-rcp` processes are terminated after one test to avoid
  corrupting subsequent tests
- Upload core dump as artifacts if otbr-agent crashed
This commit is contained in:
Simon Lin
2022-01-11 23:23:14 -08:00
committed by GitHub
parent 299a512c8b
commit cb31c67e54
3 changed files with 32 additions and 5 deletions
+4
View File
@@ -93,6 +93,8 @@ jobs:
*.pcap
*.json
*.log
coredump_*
otbr-agent_*
- name: Generate Coverage
run: |
./script/test generate_coverage gcc
@@ -162,6 +164,8 @@ jobs:
*.pcap
*.json
*.log
coredump_*
otbr-agent_*
- name: Generate Coverage
run: |
./script/test generate_coverage gcc