tdd测试用例增加备注关联issue单号

Signed-off-by: xiacong <xiacong4@huawei.com>
This commit is contained in:
xiacong 2022-08-23 16:51:23 +08:00
parent 2e4db6ee2a
commit 71972822e7

View File

@ -271,6 +271,12 @@ public:
#endif
};
/**
* @tc.name: TestSystemSycall
* @tc.desc: Verify the system seccomp policy.
* @tc.type: FUNC
* @tc.require: I5IUWJ
*/
HWTEST_F(SeccompUnitTest, TestSystemSycall, TestSize.Level1)
{
SeccompUnitTest test;