From f7cc6ff14e6d77835e15c8078d903d52d227210f Mon Sep 17 00:00:00 2001 From: Hongjin Li Date: Wed, 24 Aug 2022 11:31:55 +0800 Subject: [PATCH] =?UTF-8?q?test:=20unittest=20=E5=85=B3=E8=81=94=20issue?= =?UTF-8?q?=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hongjin Li Change-Id: I0a735c85c004ef3171eb170effacc034e3c8cd1a --- testsuites/sample/cmsis/cmsis_func_test.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testsuites/sample/cmsis/cmsis_func_test.c b/testsuites/sample/cmsis/cmsis_func_test.c index ff8524bb..64cfc58e 100644 --- a/testsuites/sample/cmsis/cmsis_func_test.c +++ b/testsuites/sample/cmsis/cmsis_func_test.c @@ -85,7 +85,7 @@ EXIT: * @tc.name: TestCmsis007 * @tc.desc: set and get queue name * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis007, Function | MediumTest | Level1) { @@ -221,7 +221,7 @@ static INT32 ThreadReadWriteTest(VOID) * @tc.name: TestCmsis006 * @tc.desc: mix read write * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis006, Function | MediumTest | Level1) { @@ -238,7 +238,7 @@ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis006, Function | MediumTest | Level1) * @tc.name: TestCmsis005 * @tc.desc: read-write exception * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis005, Function | MediumTest | Level1) { @@ -312,7 +312,7 @@ EXIT: * @tc.name: TestCmsis004 * @tc.desc: read write test * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis004, Function | MediumTest | Level1) { @@ -376,7 +376,7 @@ EXIT: * @tc.name: TestCmsis003 * @tc.desc: create exception parameters test * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis003, Function | MediumTest | Level1) { @@ -422,7 +422,7 @@ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis003, Function | MediumTest | Level1) * @tc.name: TestCmsis002 * @tc.desc: create and delete test * @tc.type: FUNC - * @tc.require: I5LBE8 + * @tc.require: issueI5LBE8 */ LITE_TEST_CASE(CmsisFuncTestSuite, TestCmsis002, Function | MediumTest | Level1) {