ci:modify test readme

This commit is contained in:
chenhaoran 2025-01-16 18:32:07 +08:00
parent 31e69ea2b2
commit d155025d9d
1 changed files with 3 additions and 0 deletions

View File

@ -154,7 +154,10 @@ Create a file in `tests/system-test` containing each functional directory and re
##### 2.Execute the test case ##### 2.Execute the test case
Ensure the test case execution is successful.
```bash
cd tests/system-test & python3 ./test.py -f 0-others/test_case_template.py cd tests/system-test & python3 ./test.py -f 0-others/test_case_template.py
```
##### 3.Integrate into CI tests ##### 3.Integrate into CI tests