From 028119dd5c54d6607c24b0184c53386dfbecdc68 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Fri, 8 Apr 2022 16:36:38 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/readme/test.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/en/readme/test.md b/en/readme/test.md index 91a7340706..bd73dc2584 100644 --- a/en/readme/test.md +++ b/en/readme/test.md @@ -708,12 +708,12 @@ When the build is complete, the test cases are automatically saved in **out/hi35 ``` In the command: ``` - -**t [TESTTYPE]**: specifies the test type, which can be **UT**, **MST**, **ST**, or **PERF**. This parameter is mandatory. - -**tp [TESTPART]**: specifies the part to test. This parameter can be used independently. - -**tm [TESTMODULE]**: specifies the module to test. This parameter must be used together with **-tp**. - -**ts [TESTSUITE]**: specifies a test suite. This parameter can be used independently. - -**tc [TESTCASE]**: specifies a test case. This parameter must be used together with **-ts**. - You can run **-h** to display help information. + -t [TESTTYPE]: specifies the test type, which can be UT, MST, ST, or PERF. This parameter is mandatory. + -tp [TESTPART]: specifies the part to test. This parameter can be used independently. + -tm [TESTMODULE]: specifies the module to test. This parameter must be used together with -tp. + -ts [TESTSUITE]: specifies a test suite. This parameter can be used independently. + -tc [TESTCASE]: specifies a test case. This parameter must be used together with -ts. + You can run -h to display help information. ``` ### Executing Test Cases on Linux #### Mapping the Remote Port @@ -748,12 +748,12 @@ To enable test cases to be executed on a remote Linux server or a Linux VM, map ``` In the command: ``` - -**t [TESTTYPE]**: specifies the test type, which can be **UT**, **MST**, **ST**, or **PERF**. This parameter is mandatory. - -**tp [TESTPART]**: specifies the part to test. This parameter can be used independently. - -**tm [TESTMODULE]**: specifies the module to test. This parameter must be used together with **-tp**. - -**ts [TESTSUITE]**: specifies a test suite. This parameter can be used independently. - -**tc [TESTCASE]**: specifies a test case. This parameter must be used together with **-ts**. - You can run **-h** to display help information. + -t [TESTTYPE]: specifies the test type, which can be UT, MST, ST, or PERF. This parameter is mandatory. + -tp [TESTPART]: specifies the part to test. This parameter can be used independently. + -tm [TESTMODULE]: specifies the module to test. This parameter must be used together with -tp. + -ts [TESTSUITE]: specifies a test suite. This parameter can be used independently. + -tc [TESTCASE]: specifies a test case. This parameter must be used together with -ts. + You can run -h to display help information. ``` ## Viewing the Test Report -- GitLab