Skip to content

Commit

Permalink
Aligning Test Description with Testcase checklist (#475)
Browse files Browse the repository at this point in the history
- Updated Tests description to align this with documents

Signed-off-by: Rajat Goyal <Rajat.Goyal@arm.com>
  • Loading branch information
rajatgoyal47 authored Sep 17, 2024
1 parent 9fc2359 commit 65a3f57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 65a3f57

Please sign in to comment.