Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aligning Test Description with Testcase checklist #475

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/arm_sbsa_testcase_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|9 |Support Page table map size change |L5 |S_L5PE_01 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|10 |Check for pointer signing |L5 |S_L5PE_02 |Yes |Yes |Yes |No |No |
|10 |Check for addr and generic auth |L5 |S_L5PE_02 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|11 |Check Activity monitors extension |L5 |S_L5PE_04 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
Expand Down Expand Up @@ -71,13 +71,13 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|29 |Check for ECV support |L7 |S_L7PE_02 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|30 |Check for AMUv1p1 Support |L7 |S_L7PE_03 |Yes |Yes |Yes |No |No |
|30 |Check for AMU Support |L7 |S_L7PE_03 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|31 |Checks ASIMD Int8 matrix multiplc |L7 |S_L7PE_04 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|32 |Check for BFLOAT16 extension |L7 |S_L7PE_05 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|33 |Check for EnhancedPAC2 and FPAC |L7 |S_L7PE_06 |Yes |Yes |Yes |No |No |
|33 |Check PAuth2, FPAC & FPACCOMBINE |L7 |S_L7PE_06 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|34 |Check for SVE Int8 matrix multiplc |L7 |S_L7PE_07 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pe/operating_system/test_c014.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define TEST_NUM (ACS_PE_TEST_NUM_BASE + 14)
#define TEST_RULE "S_L5PE_07"
#define TEST_DESC "Check for FEAT_NV2 support "
#define TEST_DESC "Check for nested virtualization "

static void payload(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pe/operating_system/test_c030.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_PE_TEST_NUM_BASE + 30)
#define TEST_RULE "S_L7PE_03"
#define TEST_DESC "Check for AMUv1 Support "
#define TEST_DESC "Check for AMU Support "

static void payload(void)
{
Expand Down