ci:modify test readme
This commit is contained in:
parent
0af9f10054
commit
35f8fb8153
|
@ -140,7 +140,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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue